Skip to content

Commit da191b7

Browse files
committed
Bump version to 0.5.3
Updated __version__ in catalax/__init__.py and version in pyproject.toml to 0.5.3 for a new release.
1 parent e864d87 commit da191b7

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.2"
25+
__version__ = "0.5.3"
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
@@ -42,7 +42,7 @@ license = "MIT"
4242
name = "catalax"
4343
readme = "README.md"
4444
requires-python = ">=3.11,<3.15"
45-
version = "0.5.2"
45+
version = "0.5.3"
4646

4747
[tool.ruff.lint]
4848
ignore = ["E741"]

0 commit comments

Comments
 (0)