We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4e665 commit f78a6e9Copy full SHA for f78a6e9
doc/conf.py
@@ -56,7 +56,7 @@
56
# The short X.Y version.
57
version = '0.10'
58
# The full version, including alpha/beta/rc tags.
59
-release = '0.10.4'
+release = '0.10.5'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
setup.py
@@ -153,7 +153,7 @@ def _use_hdf4alt(libdirs):
153
license = 'MIT',
154
long_description = "\n".join(DOCLINES[2:]),
155
url = 'https://github.com/fhs/pyhdf',
156
- version = '0.10.4',
+ version = '0.10.5',
157
packages = ['pyhdf'],
158
ext_modules = [_hdfext],
159
data_files = data_files,
0 commit comments