From 85dafdcc9b9efc8c1bb6f680092a9fffef5a3e90 Mon Sep 17 00:00:00 2001 From: "swan-admins[bot]" Date: Tue, 24 Oct 2023 13:06:40 +0000 Subject: [PATCH] SwanNotificationsService v1.0.0 --- 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 f305758..9bf1fb0 100644 --- a/SwanNotificationsService/.bumpversion.cfg +++ b/SwanNotificationsService/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 1.0.0 commit = True tag = True tag_name = SwanNotificationsService/v{new_version} diff --git a/SwanNotificationsService/swannotificationsservice/_version.py b/SwanNotificationsService/swannotificationsservice/_version.py index 0d71655..ec74246 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__ = '0.1.0' +__version__ = '1.0.0'