Skip to content

Commit

Permalink
setup.py: bump version to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed May 19, 2021
1 parent 7a0c338 commit d2e2fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ doc_files = pyhdf/doc/

[options]
install_requires = numpy
setup_requires = numpy
setup_requires = numpy
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.3-alpha.3',
version = '0.10.3',
packages = ['pyhdf'],
ext_modules = [_hdfext],
data_files = data_files,
Expand Down

0 comments on commit d2e2fbe

Please sign in to comment.