From 49c1875111d3bb3941954fe78d9262fdd442e77a Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Thu, 15 Feb 2018 14:13:44 -0500 Subject: [PATCH] Refs #50 Update version --- idpflex/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/idpflex/__init__.py b/idpflex/__init__.py index 628d24b..f936ac3 100644 --- a/idpflex/__init__.py +++ b/idpflex/__init__.py @@ -4,4 +4,4 @@ __author__ = """Jose Borreguero""" __email__ = 'borreguero@gmail.com' -__version__ = '0.1.4' +__version__ = '0.1.5' diff --git a/setup.cfg b/setup.cfg index ad5f372..9021756 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/setup.py b/setup.py index 84cff62..fdc2b78 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='idpflex', - version='0.1.4', + version='0.1.5', long_description=readme, author="Jose Borreguero", author_email='borreguero@gmail.com',