diff --git a/HISTORY.rst b/HISTORY.rst index cf9c012..fed26d1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.1.4 (2018-02-11) +------------------ + +* Fix secondary structure plots + 0.1.3 (2018-02-10) ------------------ diff --git a/idpflex/__init__.py b/idpflex/__init__.py index fc0e69d..628d24b 100644 --- a/idpflex/__init__.py +++ b/idpflex/__init__.py @@ -4,4 +4,4 @@ __author__ = """Jose Borreguero""" __email__ = 'borreguero@gmail.com' -__version__ = '0.1.3' +__version__ = '0.1.4' diff --git a/setup.cfg b/setup.cfg index 90030b3..ad5f372 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True diff --git a/setup.py b/setup.py index 44ef150..84cff62 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='idpflex', - version='0.1.3', + version='0.1.4', long_description=readme, author="Jose Borreguero", author_email='borreguero@gmail.com',