diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 76a5fc4..a96eb3b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = True tag = True tag_name = v{new_version}-{now:%Y%m%d} diff --git a/pyconfs/__init__.py b/pyconfs/__init__.py index c9706dc..94af660 100644 --- a/pyconfs/__init__.py +++ b/pyconfs/__init__.py @@ -19,7 +19,7 @@ # Version of PyConfs # # This is automatically set using the bumpversion tool -__version__ = "0.4.1" +__version__ = "0.4.2" # Homepage for PyConfs