From a313cca1a2fe9f47c1bc835dfac69dbf7e2382c8 Mon Sep 17 00:00:00 2001 From: Rebecka Gulliksson Date: Sun, 6 Mar 2016 17:14:58 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bc080c569..ee6453fc9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index 3292df6df..fd492b8c2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='SATOSA', - version='0.7.0', + version='1.0.0', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='dirg@its.umu.se',