bump version to 1.7 in __init__.py

This commit is contained in:
Sina Atalay 2024-04-08 19:34:43 +00:00 committed by GitHub
parent d01343f05a
commit 8d18c0ec09
1 changed files with 1 additions and 1 deletions

View File

@ -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"