diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4cb4611..93071a1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True tag_name = v{new_version}-{now:%Y%m%d} diff --git a/pyconfs/__init__.py b/pyconfs/__init__.py index 9a95c05..968cdc4 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.0" +__version__ = "0.5.1" # Homepage for PyConfs