Skip to content

Commit

Permalink
update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed May 28, 2018
1 parent 78b8e8c commit 2b83f9c
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 @@ -4,7 +4,7 @@
from configparser import ConfigParser
from framed import set_default_solver, set_default_parameter, Parameter

__version__ = '1.1.0'
__version__ = '1.2.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.1.0
current_version = 1.2.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 @@ -38,7 +38,7 @@

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

0 comments on commit 2b83f9c

Please sign in to comment.