Increase version
This commit is contained in:
parent
eacd54bce0
commit
a94e755b96
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ import setuptools
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
scripts=['restic_exporter/restic_exporter.py'],
|
scripts=['restic_exporter/restic_exporter.py'],
|
||||||
author="Antonio J. Delgado",
|
author="Antonio J. Delgado",
|
||||||
version='0.0.1',
|
version='0.0.2',
|
||||||
name='restic_exporter',
|
name='restic_exporter',
|
||||||
author_email="",
|
author_email="",
|
||||||
url="",
|
url="",
|
||||||
|
|
Loading…
Reference in a new issue