diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |