From b73473259bb414a7ea9b1780dc08450ccc8a5e57 Mon Sep 17 00:00:00 2001 From: "swan-admins[bot]" Date: Wed, 28 Aug 2024 12:15:01 +0000 Subject: [PATCH] SwanNotificationsService v1.0.1 --- SwanNotificationsService/.bumpversion.cfg | 2 +- SwanNotificationsService/swannotificationsservice/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SwanNotificationsService/.bumpversion.cfg b/SwanNotificationsService/.bumpversion.cfg index 9bf1fb0..e30586b 100644 --- a/SwanNotificationsService/.bumpversion.cfg +++ b/SwanNotificationsService/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True tag_name = SwanNotificationsService/v{new_version} diff --git a/SwanNotificationsService/swannotificationsservice/_version.py b/SwanNotificationsService/swannotificationsservice/_version.py index ec74246..30dc2fa 100644 --- a/SwanNotificationsService/swannotificationsservice/_version.py +++ b/SwanNotificationsService/swannotificationsservice/_version.py @@ -1,3 +1,3 @@ # please don't modify this file, # this is automatically updated by bump2version -__version__ = '1.0.0' +__version__ = '1.0.1'