diff --git a/docs/conf.py b/docs/conf.py index a0f6c1ace..c92ce049f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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]) diff --git a/h5py/version.py b/h5py/version.py index 739f68cf4..f8df866dc 100644 --- a/h5py/version.py +++ b/h5py/version.py @@ -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: diff --git a/setup.py b/setup.py index e052471fa..b1463422d 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setup_build, setup_configure -VERSION = '3.10.0' +VERSION = '3.11.0' # these are required to use h5py