diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9c2dc694f..957e13a1a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/setup.py b/setup.py index 067cfbfc4..1be593fda 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='SATOSA', - version='0.6.0', + version='0.6.1', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='dirg@its.umu.se',