diff --git a/setup.py b/setup.py index 7977f48..156fcb5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( scripts=['restic_exporter/restic_exporter.py'], author="Antonio J. Delgado", - version='0.0.1', + version='0.0.2', name='restic_exporter', author_email="", url="",