diff --git a/carveme/__init__.py b/carveme/__init__.py index 3c9e0cc..2b0d7c5 100755 --- a/carveme/__init__.py +++ b/carveme/__init__.py @@ -2,7 +2,7 @@ from ConfigParser import ConfigParser from framed import set_default_solver, set_default_parameter, Parameter -__version__ = '0.1.3' +__version__ = '0.1.4' project_dir = os.path.abspath(os.path.dirname(__file__)) + '/' diff --git a/setup.cfg b/setup.cfg index 9f22525..490c368 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = False tag = False diff --git a/setup.py b/setup.py index 247fa79..b153182 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( name='carveme', - version='0.1.3', + version='0.1.4', description="CarveMe: automated metabolic model reconstruction", long_description=readme, author="Daniel Machado, Sergej Andrejev",