We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53bae4 commit 3bd2f79Copy full SHA for 3bd2f79
h5pyd/version.py
@@ -16,7 +16,7 @@
16
import sys
17
import numpy
18
19
-version = "0.23.0"
+version = "0.24.0"
20
21
hdf5_version = "REST"
22
@@ -28,8 +28,8 @@
28
else ("",)
29
)
30
31
-api_version_tuple = (0, 23, 0)
32
-api_version = "0.23.0"
+api_version_tuple = (0, 24, 0)
+api_version = "0.24.0"
33
34
__doc__ = f"""\
35
This is h5pyd **{version}**
pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.10"
dependencies = [
36
"numpy >=2.0.0",
0 commit comments