diff --git a/pyproject.toml b/pyproject.toml index 5214680..d86ada4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ Homepage = "https://susurrando.com" [project] name = "restic_exporter" -version = "0.0.8" +version = "0.0.9" description = "Export to node exporter the summary of a restic backup" readme = "README.md" authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }] diff --git a/setup.cfg b/setup.cfg index 0c91012..81f6394 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = restic_exporter -version = 0.0.8 +version = 0.0.9 [options] packages = restic_exporter diff --git a/setup.py b/setup.py index e0405c7..a0e6d0b 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.8', + version='0.0.9', name='restic_exporter', author_email="", url="",