From 3c6870e117e57dbab4184d5b8d76391ab6934225 Mon Sep 17 00:00:00 2001 From: lawndoc Date: Sat, 11 Jan 2025 05:04:33 +0000 Subject: [PATCH] automated version bump --- docs/conf.py | 2 +- src/restic_compose_backup/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1ea15e6..99cac82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Zetta.IO Technology AS' # The full version, including alpha/beta/rc tags -release = "1.0.0" +release = "1.0.1" # -- General configuration --------------------------------------------------- diff --git a/src/restic_compose_backup/__init__.py b/src/restic_compose_backup/__init__.py index 5becc17..5c4105c 100644 --- a/src/restic_compose_backup/__init__.py +++ b/src/restic_compose_backup/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"