Skip to content

Commit 22364ed

Browse files
committed
Bump version to 0.5.5 in pyproject.toml and __init__.py
Updated the version number to 0.5.5 in both pyproject.toml and catalax/__init__.py to reflect the latest release.
1 parent 0b4bd8c commit 22364ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

catalax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"from_enzymeml",
2323
]
2424

25-
__version__ = "0.5.4"
25+
__version__ = "0.5.5"
2626

2727
PARAMETERS = InAxes.PARAMETERS
2828
TIME = InAxes.TIME

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "catalax"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
description = "A JAX-based framework for (neural) ODE modelling in biocatalysis."
55
authors = [{ email = "jan.range@simtech.uni-stuttgart.de", name = "Jan Range" }]
66
license = "MIT"

0 commit comments

Comments
 (0)