From 3cbf6683cd231ccc0f6291f12c613210235ee878 Mon Sep 17 00:00:00 2001 From: Rebecka Gulliksson Date: Fri, 22 Apr 2016 14:16:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.2=20=E2=86=92=201.0.3?= 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 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',