Skip to content

Commit

Permalink
update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Jan 16, 2018
1 parent 3eb3426 commit 1c9558c
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__ = '1.0.0'
__version__ = '1.1.0'

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 = 1.0.0
current_version = 1.1.0
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 @@ -37,7 +37,7 @@

setup(
name='carveme',
version='1.0.0',
version='1.1.0',
description="CarveMe: automated metabolic model reconstruction",
long_description=readme,
author="Daniel Machado, Sergej Andrejev",
Expand Down

0 comments on commit 1c9558c

Please sign in to comment.