increase version

This commit is contained in:
Antonio J. Delgado 2022-12-26 19:34:20 +02:00
parent 1f72d8f0b7
commit d8be724211
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -2,7 +2,7 @@ import setuptools
setuptools.setup(
scripts=['restic_exporter/restic_exporter.py'],
author="Antonio J. Delgado",
version='0.0.5',
version='0.0.6',
name='restic_exporter',
author_email="",
url="",