diff --git a/setup.cfg b/setup.cfg index 4fe7f7d..f5e6275 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.4.1 commit = True tag = True tag_name = {new_version} diff --git a/src/jaklas/__about__.py b/src/jaklas/__about__.py index 6a9beea..3d26edf 100644 --- a/src/jaklas/__about__.py +++ b/src/jaklas/__about__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.4.1"