diff --git a/energyplus_regressions/__init__.py b/energyplus_regressions/__init__.py index bc2cf20..1e9e615 100644 --- a/energyplus_regressions/__init__.py +++ b/energyplus_regressions/__init__.py @@ -1,2 +1,2 @@ NAME = 'energyplus_regressions' -VERSION = '2.0.1' +VERSION = '2.0.2' diff --git a/energyplus_regressions/icons/icon.icns b/energyplus_regressions/icons/icon.icns index 5892d78..ec01c79 100644 Binary files a/energyplus_regressions/icons/icon.icns and b/energyplus_regressions/icons/icon.icns differ diff --git a/energyplus_regressions/icons/icon.ico b/energyplus_regressions/icons/icon.ico index 776b20f..f21840d 100644 Binary files a/energyplus_regressions/icons/icon.ico and b/energyplus_regressions/icons/icon.ico differ diff --git a/energyplus_regressions/icons/icon.png b/energyplus_regressions/icons/icon.png index 87ffa84..de37bbd 100644 Binary files a/energyplus_regressions/icons/icon.png and b/energyplus_regressions/icons/icon.png differ diff --git a/requirements.txt b/requirements.txt index b4eafe0..b71595a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,4 @@ docutils # pinning this because it breaks at 0.18 wheel # for polishing up the Pip install -PLAN-Tools==0.41 - +PLAN-Tools==0.5 diff --git a/setup.py b/setup.py index ca79ad3..16e6713 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ long_description = i_file.read() -install_requires = ['PyPubSub', 'beautifulsoup4', 'PLAN-Tools==0.41'] +install_requires = ['PyPubSub', 'beautifulsoup4', 'PLAN-Tools==0.5'] if system() == 'Windows': install_requires.append('pypiwin32')