From 1d152669894fea7c17640408c2123631d3b06d03 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 20 Oct 2023 22:11:16 +0200 Subject: [PATCH] fix version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ab60f5..3b8accb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = 'rendercv' description = 'LaTeX CV generator from a YAML/JSON file' -version = '1.0' +version = '0.3' authors = [{ name = 'Sina Atalay' }] requires-python = '>=3.10' readme = "README.md"