We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e9101 commit 260accaCopy full SHA for 260acca
catalax/__init__.py
@@ -22,7 +22,7 @@
22
"from_enzymeml",
23
]
24
25
-__version__ = "0.5.1"
+__version__ = "0.5.2"
26
27
PARAMETERS = InAxes.PARAMETERS
28
TIME = InAxes.TIME
pyproject.toml
@@ -42,7 +42,7 @@ license = "MIT"
42
name = "catalax"
43
readme = "README.md"
44
requires-python = ">=3.11,<3.15"
45
-version = "0.5.1"
+version = "0.5.2"
46
47
[tool.ruff.lint]
48
ignore = ["E741"]
0 commit comments