We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4bd8c commit 22364edCopy full SHA for 22364ed
2 files changed
catalax/__init__.py
@@ -22,7 +22,7 @@
22
"from_enzymeml",
23
]
24
25
-__version__ = "0.5.4"
+__version__ = "0.5.5"
26
27
PARAMETERS = InAxes.PARAMETERS
28
TIME = InAxes.TIME
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "catalax"
3
-version = "0.5.4"
+version = "0.5.5"
4
description = "A JAX-based framework for (neural) ODE modelling in biocatalysis."
5
authors = [{ email = "jan.range@simtech.uni-stuttgart.de", name = "Jan Range" }]
6
license = "MIT"
0 commit comments