We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d515d commit e8f2a0bCopy full SHA for e8f2a0b
src/PAModelpy/__init__.py
@@ -1,4 +1,4 @@
1
-print('Loading PAModelpy modules version 0.0.4.2')
+print('Loading PAModelpy modules version 0.0.4.3')
2
3
from .Enzyme import *
4
from .EnzymeSectors import *
src/pyproject.toml
@@ -9,7 +9,7 @@ find = { where = ["PAModelpy"] } # Scan the project directory with the default
9
10
[project]
11
name = 'PAModelpy'
12
-version = '0.0.4.2'
+version = '0.0.4.3'
13
authors = [{name='Samira van den Bogaard', email = 'samira.vandenbogaard@rwth-aachen.de'}]
14
description = 'Python framework for building and analysing protein allocation models'
15
readme = 'README.md'
0 commit comments