Skip to content

Commit

Permalink
update to release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Mar 8, 2019
1 parent 7ed7557 commit 47de13b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.1'
__version__ = '1.2.2'

project_dir = os.path.abspath(os.path.dirname(__file__)) + '/'

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@

# General information about the project.
project = u'CarveMe'
copyright = u"2017, Daniel Machado and Sergej Andrejev (EMBL)"
copyright = u"2019, Daniel Machado and Sergej Andrejev (EMBL)"

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
# the built documents.
#
# The short X.Y version.
version = '1.2.1'
version = '1.2.2'
# The full version, including alpha/beta/rc tags.
release = version

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.2.1',
version='1.2.2',
description="CarveMe: automated metabolic model reconstruction",
long_description=readme,
author="Daniel Machado, Sergej Andrejev",
Expand Down

0 comments on commit 47de13b

Please sign in to comment.