Thanks to visit codestin.com Credit goes to github.com
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.
2 parents beab780 + 6d9c10b commit 1a0ac18Copy full SHA for 1a0ac18
docs/conf.py
@@ -53,9 +53,9 @@
53
# built documents.
54
#
55
# The short X.Y version.
56
-version = '2.5'
+version = '2.6'
57
# The full version, including alpha/beta/rc tags.
58
-release = '2.5.0'
+release = '2.6.0'
59
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
# for a list of supported languages.
h5py/version.py
@@ -18,7 +18,7 @@
18
import sys
19
import numpy
20
21
-version = "2.5.0"
+version = "2.6.0"
22
23
_exp = _sv(version)
24
setup.py
@@ -22,7 +22,7 @@
import setup_build, setup_configure
25
-VERSION = '2.5.0'
+VERSION = '2.6.0'
26
27
NUMPY_DEP = 'numpy>=1.6.1'
28
0 commit comments