Skip to content

Commit

Permalink
Bump version to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrodehl authored and fhs committed May 9, 2022
1 parent ba4e665 commit f78a6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.10.4'
release = '0.10.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _use_hdf4alt(libdirs):
license = 'MIT',
long_description = "\n".join(DOCLINES[2:]),
url = 'https://github.com/fhs/pyhdf',
version = '0.10.4',
version = '0.10.5',
packages = ['pyhdf'],
ext_modules = [_hdfext],
data_files = data_files,
Expand Down

0 comments on commit f78a6e9

Please sign in to comment.