From a4c9715675f797071e3b735cf3886a183ce583e6 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 25 Feb 2024 15:43:42 +0100 Subject: [PATCH] bump version number from 1.0 to 1.1. 1.0 is published without TinyTeX. --- rendercv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/__init__.py b/rendercv/__init__.py index c6edb01..4ba06b3 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.0" +__version__ = "1.1"