From f78a6e968784b7ae891a2fb18ed57ffc9235f1b9 Mon Sep 17 00:00:00 2001 From: Sebastian Brodehl Date: Sun, 8 May 2022 21:32:10 +0200 Subject: [PATCH] Bump version to 0.10.5 --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 3cdbe93..44a3e0b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/setup.py b/setup.py index cddc2bf..bdbebc6 100644 --- a/setup.py +++ b/setup.py @@ -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,