From 93152c2c29f2f2222354c59fafac04d1c5ad5832 Mon Sep 17 00:00:00 2001 From: giumas Date: Thu, 21 Jun 2018 17:12:56 +0200 Subject: [PATCH] bumped version --- hdf_compass/utils/__init__.py | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hdf_compass/utils/__init__.py b/hdf_compass/utils/__init__.py index ee412bf..336b5e3 100644 --- a/hdf_compass/utils/__init__.py +++ b/hdf_compass/utils/__init__.py @@ -17,4 +17,4 @@ from hdf_compass.utils.utils import is_darwin, is_win, is_linux, url2path, path2url, data_url -__version__ = "0.7.b5" +__version__ = "0.7.b6" diff --git a/setup.py b/setup.py index d6fc19e..cda744f 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ def txt_read(*paths): with open(os.path.join(here, *paths), encoding='utf-8') as f: return f.read() + # --------------------------------------------------------------------------- # Populate dictionary with settings # --------------------------------------------------------------------------- @@ -46,7 +47,7 @@ def txt_read(*paths): setup_args['name'] = 'hdf_compass' # The adopted versioning scheme follow PEP40 -setup_args['version'] = '0.7.b5' +setup_args['version'] = '0.7.b6' setup_args['url'] = 'https://github.com/HDFGroup/hdf-compass/' setup_args['license'] = 'BSD-like license' setup_args['author'] = 'HDFGroup'