Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed May 22, 2023
1 parent 5f02163 commit 8f0cf79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ Available methods
Credits and License
-------------------

Developed by Daniel Machado at the European Molecular Biology Laboratory
(2019).
Developed by Daniel Machado at the Norwegian University of Science and Technology (NTNU).

**ReFramed** is a refactored version of the
`framed <https://github.com/cdanielmachado/framed>`__ library.
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__ = '1.3.0'
__version__ = '1.4.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 @@ -39,6 +39,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/cdanielmachado/reframed',
version='1.3.0',
version='1.4.0',
zip_safe=False,
)

0 comments on commit 8f0cf79

Please sign in to comment.