diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 78bc3d3..eeba158 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.5 +current_version = 0.11.6 commit = True tag = True diff --git a/setup.py b/setup.py index b5a22d0..0b3726b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='hm_pyhelper', - version='0.11.5', + version='0.11.6', author="Nebra Ltd", author_email="support@nebra.com", description="Helium Python Helper",