Skip to content

Commit 7b6bb81

Browse files
author
giumas
committed
Merge remote-tracking branch 'upstream/develop' into develop
2 parents 0fb3d5e + f3028dc commit 7b6bb81

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

HDFCompass.1file.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ else:
6565
if not os.path.exists(icon_file):
6666
raise RuntimeError("invalid path to icon: %s" % icon_file)
6767

68-
version = '0.6.0b5'
68+
version = '0.6.0b6'
6969
app_name = 'HDFCompass_' + version
7070

7171
a = Analysis(['HDFCompass.py'],

HDFCompass.1folder.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ else:
6565
if not os.path.exists(icon_file):
6666
raise RuntimeError("invalid path to icon: %s" % icon_file)
6767

68-
version = '0.6.0b5'
68+
version = '0.6.0b6'
6969
app_name = 'HDFCompass_' + version
7070

7171
a = Analysis(['HDFCompass.py'],

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0b5
2+
current_version = 0.6.0b6
33
files = setup.py hdf_compass/utils/__init__.py docs/conf.py HDFCompass.1file.spec
44

55
[bdist_wheel]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def txt_read(*paths):
5050

5151
setup_args['name'] = 'hdf_compass'
5252
# The adopted versioning scheme follow PEP40
53-
setup_args['version'] = '0.6.0b5'
53+
setup_args['version'] = '0.6.0b6'
5454
setup_args['url'] = 'https://github.com/HDFGroup/hdf-compass/'
5555
setup_args['license'] = 'BSD-like license'
5656
setup_args['author'] = 'HDFGroup'

0 commit comments

Comments
 (0)