Skip to content

Commit 260acca

Browse files
committed
Bump version to 0.5.2
Update __version__ in catalax/__init__.py and version in pyproject.toml to 0.5.2 for new release.
1 parent 77e9101 commit 260acca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1"
25+
__version__ = "0.5.2"
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.1"
45+
version = "0.5.2"
4646

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

0 commit comments

Comments
 (0)