Skip to content

Commit

Permalink
first major release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Oct 9, 2019
1 parent dc4ce69 commit 9c2d332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# 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 = '0.1.1'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion reframed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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


from .core.model import Model, Metabolite, Compartment, Reaction, ReactionType
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/cdanielmachado/reframed',
version='0.1.1',
version='1.0.0',
zip_safe=False,
)

0 comments on commit 9c2d332

Please sign in to comment.