diff --git a/HDFCompass.1file.spec b/HDFCompass.1file.spec index b6a019f..3e79769 100644 --- a/HDFCompass.1file.spec +++ b/HDFCompass.1file.spec @@ -65,7 +65,7 @@ else: if not os.path.exists(icon_file): raise RuntimeError("invalid path to icon: %s" % icon_file) -version = '0.6.0b6' +version = '0.6.0b7' app_name = 'HDFCompass_' + version a = Analysis(['HDFCompass.py'], diff --git a/HDFCompass.1folder.spec b/HDFCompass.1folder.spec index c05df55..97642c8 100644 --- a/HDFCompass.1folder.spec +++ b/HDFCompass.1folder.spec @@ -65,7 +65,7 @@ else: if not os.path.exists(icon_file): raise RuntimeError("invalid path to icon: %s" % icon_file) -version = '0.6.0b6' +version = '0.6.0b7' app_name = 'HDFCompass_' + version a = Analysis(['HDFCompass.py'], diff --git a/MANIFEST.in b/MANIFEST.in index 7e96222..bb6d4a6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,11 @@ include additional_legal/*.* include README.txt +include HDFCompass.desktop +include HDFCompass.ico +include HDFCompass.icns +include HDFCompass.py + recursive-include tests *.* recursive-include docs *.* prune docs/_build diff --git a/docs/conf.py b/docs/conf.py index 238b177..8bd284b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.0b5' +release = '0.6.0b7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/hdf_compass/utils/__init__.py b/hdf_compass/utils/__init__.py index 4707e90..bc6a975 100644 --- a/hdf_compass/utils/__init__.py +++ b/hdf_compass/utils/__init__.py @@ -19,4 +19,4 @@ from .utils import is_darwin, is_win, is_linux, url2path, path2url, data_url -__version__ = "0.6.0b5" +__version__ = "0.6.0b7" diff --git a/setup.cfg b/setup.cfg index 1d4a9e8..62d8a98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0b6 +current_version = 0.6.0b7 files = setup.py hdf_compass/utils/__init__.py docs/conf.py HDFCompass.1file.spec [bdist_wheel] diff --git a/setup.py b/setup.py index ee48be3..8bdec93 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def txt_read(*paths): setup_args['name'] = 'hdf_compass' # The adopted versioning scheme follow PEP40 -setup_args['version'] = '0.6.0b6' +setup_args['version'] = '0.6.0b7' setup_args['url'] = 'https://github.com/HDFGroup/hdf-compass/' setup_args['license'] = 'BSD-like license' setup_args['author'] = 'HDFGroup' diff --git a/spec.json b/spec.json index 49ec205..8c4fd64 100644 --- a/spec.json +++ b/spec.json @@ -1,5 +1,5 @@ { - "title": "HDFCompass 0.6.0b6", + "title": "HDFCompass 0.6.0b7", "icon": "HDFCompass.icns", "background": "dmg.png", "icon-size": 80,