diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 93071a1..421fc9b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.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 968cdc4..d2b5de1 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.5.1" +__version__ = "0.5.2" # Homepage for PyConfs