Skip to content

Commit

Permalink
bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Aug 1, 2017
1 parent 543385b commit 443c7a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion carveme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)) + '/'

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 443c7a4

Please sign in to comment.