From 990a58519db9b1481d117254f8f9997eb382c771 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 26 Dec 2022 19:01:53 +0200 Subject: [PATCH] Increasing version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 156fcb5..fd8f089 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.2', + version='0.0.3', name='restic_exporter', author_email="", url="",