diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c43338610..522ca345d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.4.0 +current_version = 3.4.1 commit = True tag = True diff --git a/setup.py b/setup.py index 2e03d5174..955f87937 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='3.4.0', + version='3.4.1', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='satosa-dev@lists.sunet.se',