diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a948f7bdd..a3fbeb450 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.3.1 +current_version = 3.3.2 commit = True tag = True diff --git a/setup.py b/setup.py index f04907508..b7ce2920f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='3.3.1', + version='3.3.2', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='dirg@its.umu.se',