From b3b2f60eda8c2f0ccb2680f2231705216d20c877 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 4 Aug 2019 12:01:30 +0200 Subject: version 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f7b488..4554099 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="resumejson_converter", - version="0.1", + version="0.2", author="neodarz", author_email="neodarz@neodarz.net", description="A small package for convert json resume with templating to html and pdf", -- cgit v1.2.1