From 6ab050fa675fc25bdd5439d1b7c1a81dfafa3c21 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 19 May 2024 00:01:53 +0300 Subject: [PATCH] update RenderCV package version to 1.9 and improve description in __init__.py --- rendercv/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rendercv/__init__.py b/rendercv/__init__.py index 171fcc4..e6725d4 100644 --- a/rendercv/__init__.py +++ b/rendercv/__init__.py @@ -1,7 +1,8 @@ """RenderCV package. -RenderCV is a $\\LaTeX$ CV generator from a JSON/YAML input file. The primary motivation -behind the RenderCV is to allow the separation between the content and design of a CV. +RenderCV is a $\\LaTeX$ CV/resume framework that generates a CV from a JSON/YAML input +file. Its primary motivation is to allow the separation between a CV's content and +design. """ -__version__ = "1.8" +__version__ = "1.9"