Skip to content

Commit f78a6e9

Browse files
sbrodehlfhs
authored andcommitted
Bump version to 0.10.5
1 parent ba4e665 commit f78a6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '0.10'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.10.4'
59+
release = '0.10.5'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _use_hdf4alt(libdirs):
153153
license = 'MIT',
154154
long_description = "\n".join(DOCLINES[2:]),
155155
url = 'https://github.com/fhs/pyhdf',
156-
version = '0.10.4',
156+
version = '0.10.5',
157157
packages = ['pyhdf'],
158158
ext_modules = [_hdfext],
159159
data_files = data_files,

0 commit comments

Comments
 (0)