Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Jun 21, 2018
1 parent 18b9a54 commit 93152c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hdf_compass/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ---------------------------------------------------------------------------
Expand All @@ -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'
Expand Down

0 comments on commit 93152c2

Please sign in to comment.