From 8d18c0ec0989e8581a468646cb6372bc773efa14 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:34:43 +0000 Subject: [PATCH] bump version to 1.7 in __init__.py --- rendercv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/__init__.py b/rendercv/__init__.py index 468722e..9f2d9a3 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.6" +__version__ = "1.7"