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