Skip to content

Commit

Permalink
Bump version: 0.1.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed May 22, 2019
1 parent 4c451db commit f07a4ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# the built documents.
#
# The short X.Y version.
version = '0.1.1'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = version

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 = 0.1.1
current_version = 1.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
packages=find_packages(include=['smetana']),
setup_requires=['setuptools_scm'],
url='https://github.com/cdanielmachado/smetana',
version='0.1.1',
version='1.0.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion smetana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

__author__ = "Daniel Machado"
__email__ = 'cdanielmachado@gmail.com'
__version__ = '0.1.1'
__version__ = '1.0.0'

from .smetana import mip_score, mro_score, species_coupling_score, metabolite_production_score, metabolite_uptake_score, minimal_environment

0 comments on commit f07a4ea

Please sign in to comment.