increase version

This commit is contained in:
Antonio J. Delgado 2022-12-26 19:56:38 +02:00
parent 42e70ea796
commit edcc593322
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ Homepage = "https://susurrando.com"
[project] [project]
name = "restic_exporter" name = "restic_exporter"
version = "0.0.8" version = "0.0.9"
description = "Export to node exporter the summary of a restic backup" description = "Export to node exporter the summary of a restic backup"
readme = "README.md" readme = "README.md"
authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }] authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }]

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = restic_exporter name = restic_exporter
version = 0.0.8 version = 0.0.9
[options] [options]
packages = restic_exporter packages = restic_exporter

View file

@ -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.8', version='0.0.9',
name='restic_exporter', name='restic_exporter',
author_email="", author_email="",
url="", url="",