Skip to content

Commit

Permalink
bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed May 22, 2019
1 parent dde2214 commit 0027e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'framed',
version = '0.5.1',
version = '0.5.2',
package_dir = {'':'src'},
packages = find_packages('src'),
install_requires = ["numpy",
Expand Down
2 changes: 1 addition & 1 deletion src/framed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.5.1'
__version__ = '0.5.2'

from .cobra.deletion import reaction_deletion, gene_deletion
from .cobra.essentiality import essential_genes, essential_reactions
Expand Down

0 comments on commit 0027e67

Please sign in to comment.