diff --git a/rendercv/__init__.py b/rendercv/__init__.py index 4ba06b3..2a65eff 100644 --- a/rendercv/__init__.py +++ b/rendercv/__init__.py @@ -4,4 +4,4 @@ RenderCV is a $\\LaTeX$ CV generator from a JSON/YAML input file. The primary mo behind the RenderCV is to allow the separation between the content and design of a CV. """ -__version__ = "1.1" +__version__ = "1.2"