From 469be5ae110240726fe5a68dce91946b61f14919 Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Thu, 8 Feb 2018 13:34:55 -0500 Subject: [PATCH] Refs #47 Update version number --- 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 d274940..360d8cf 100644 --- a/idpflex/__init__.py +++ b/idpflex/__init__.py @@ -4,4 +4,4 @@ __author__ = """Jose Borreguero""" __email__ = 'borreguero@gmail.com' -__version__ = '__version__ = '__version__ = '0.1.1''' +__version__ = '__version__ = '__version__ = '0.1.2''' diff --git a/setup.cfg b/setup.cfg index df167d5..6c898c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index 8b1f4fe..519a594 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='idpflex', - version='version='version='0.1.1''', + version='version='version='0.1.2''', long_description=readme, author="Jose Borreguero", author_email='borreguero@gmail.com',