diff --git a/rendercv/__init__.py b/rendercv/__init__.py index 2a65eff..cf05df0 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.2" +__version__ = "1.3"