Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed May 31, 2016
2 parents 0fb3d5e + f3028dc commit 7b6bb81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HDFCompass.1file.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ else:
if not os.path.exists(icon_file):
raise RuntimeError("invalid path to icon: %s" % icon_file)

version = '0.6.0b5'
version = '0.6.0b6'
app_name = 'HDFCompass_' + version

a = Analysis(['HDFCompass.py'],
Expand Down
2 changes: 1 addition & 1 deletion HDFCompass.1folder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ else:
if not os.path.exists(icon_file):
raise RuntimeError("invalid path to icon: %s" % icon_file)

version = '0.6.0b5'
version = '0.6.0b6'
app_name = 'HDFCompass_' + version

a = Analysis(['HDFCompass.py'],
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0b5
current_version = 0.6.0b6
files = setup.py hdf_compass/utils/__init__.py docs/conf.py HDFCompass.1file.spec

[bdist_wheel]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def txt_read(*paths):

setup_args['name'] = 'hdf_compass'
# The adopted versioning scheme follow PEP40
setup_args['version'] = '0.6.0b5'
setup_args['version'] = '0.6.0b6'
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 7b6bb81

Please sign in to comment.