Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Jul 31, 2024
1 parent 469e3d6 commit fbeae19
Show file tree
Hide file tree
Showing 2 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 reframed import set_default_solver
#from reframed.solvers.solver import default_parameters, Parameter

__version__ = '1.6.1'
__version__ = '1.6.2'

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
readme = readme_file.read()

requirements = [
"reframed>=1.5.0",
"reframed>=1.5.3",
"pandas>=1.0",
]

Expand Down Expand Up @@ -74,7 +74,7 @@

setup(
name='carveme',
version='1.6.1',
version='1.6.2',
description="CarveMe: automated metabolic model reconstruction",
long_description=readme,
author="Daniel Machado",
Expand Down

0 comments on commit fbeae19

Please sign in to comment.