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'