From 0892e2b8db184ee9fda6c2618a6a8b90e83ebfa9 Mon Sep 17 00:00:00 2001 From: xchopin Date: Thu, 18 Jul 2019 10:01:06 +0200 Subject: [PATCH] chore: new release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 72a8b06..36484a1 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ __author__ = "Xavier Chopin" __copyright__ = "Copyright 2019" __license__ = "ECL-2.0" -__version__ = "1.0.4a" +__version__ = "1.0.5" __email__ = "xavier.chopin@univ-lorraine.fr" __status__ = "Production" @@ -26,7 +26,7 @@ setup( name='openlrw', - version='1.0.4a', + version='1.0.7', description='Client library for Apereo OpenLRW API', long_description="Check the readme file on GitHub", keywords='apereo openlrw api client',