Skip to content

Commit 3bd2f79

Browse files
committed
version bump
1 parent a53bae4 commit 3bd2f79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

h5pyd/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717
import numpy
1818

19-
version = "0.23.0"
19+
version = "0.24.0"
2020

2121
hdf5_version = "REST"
2222

@@ -28,8 +28,8 @@
2828
else ("",)
2929
)
3030

31-
api_version_tuple = (0, 23, 0)
32-
api_version = "0.23.0"
31+
api_version_tuple = (0, 24, 0)
32+
api_version = "0.24.0"
3333

3434
__doc__ = f"""\
3535
This is h5pyd **{version}**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Software Development :: Libraries :: Python Modules",
3131
]
3232
requires-python = ">=3.10"
33-
version = "0.23.0"
33+
version = "0.24.0"
3434

3535
dependencies = [
3636
"numpy >=2.0.0",

0 commit comments

Comments
 (0)