increase version
This commit is contained in:
parent
28b5270426
commit
e9e756ce8d
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ Homepage = "https://susurrando.com"
|
|||
|
||||
[project]
|
||||
name = "restic_exporter"
|
||||
version = "0.0.11"
|
||||
version = "0.0.12"
|
||||
description = "Export to node exporter the summary of a restic backup"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = restic_exporter
|
||||
version = 0.0.11
|
||||
version = 0.0.12
|
||||
|
||||
[options]
|
||||
packages = restic_exporter
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ import setuptools
|
|||
setuptools.setup(
|
||||
scripts=['restic_exporter/restic_exporter.py'],
|
||||
author="Antonio J. Delgado",
|
||||
version='0.0.11',
|
||||
version='0.0.12',
|
||||
name='restic_exporter',
|
||||
author_email="",
|
||||
url="",
|
||||
|
|
Loading…
Reference in a new issue