Skip to content

Commit e8f2a0b

Browse files
committed
version 0.0.4.3
1 parent 62d515d commit e8f2a0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PAModelpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
print('Loading PAModelpy modules version 0.0.4.2')
1+
print('Loading PAModelpy modules version 0.0.4.3')
22

33
from .Enzyme import *
44
from .EnzymeSectors import *

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ find = { where = ["PAModelpy"] } # Scan the project directory with the default
99

1010
[project]
1111
name = 'PAModelpy'
12-
version = '0.0.4.2'
12+
version = '0.0.4.3'
1313
authors = [{name='Samira van den Bogaard', email = 'samira.vandenbogaard@rwth-aachen.de'}]
1414
description = 'Python framework for building and analysing protein allocation models'
1515
readme = 'README.md'

0 commit comments

Comments
 (0)