diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a02bbc8ec..4c36b1173 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index fcb2b0442..2d8e19878 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='SATOSA', - version='1.0.2', + version='1.0.3', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='dirg@its.umu.se',