Skip to content

Commit

Permalink
bumped version to 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Apr 5, 2024
1 parent 71af64d commit 9e107c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '3.10.0'
release = '3.11.0'
# The short X.Y version.
version = '.'.join(release.split('.')[:2])

Expand Down
2 changes: 1 addition & 1 deletion h5py/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

hdf5_built_version_tuple = _h5.HDF5_VERSION_COMPILED_AGAINST

version_tuple = _H5PY_VERSION_CLS(3, 10, 0, None, None, None)
version_tuple = _H5PY_VERSION_CLS(3, 11, 0, None, None, None)

version = "{0.major:d}.{0.minor:d}.{0.bugfix:d}".format(version_tuple)
if version_tuple.pre is not None:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import setup_build, setup_configure


VERSION = '3.10.0'
VERSION = '3.11.0'


# these are required to use h5py
Expand Down

0 comments on commit 9e107c4

Please sign in to comment.