diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f9b54155..1ead6d6e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/notifiers/_version.py b/notifiers/_version.py index 6849410a..c68196d1 100644 --- a/notifiers/_version.py +++ b/notifiers/_version.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.2.0"