diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4fb1dab..425bb34 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.1 +current_version = 1.4.2 commit = True tag = True diff --git a/setup.py b/setup.py index 12cb1ae..6a5920f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os -VERSION = "1.4.1" +VERSION = "1.4.2" AUTHOR = "Maximilian Matthé" AUTHOR_EMAIL = "maximilian.matthe@barkhauseninstitut.org"