Skip to content

Commit

Permalink
Bump version, updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Apr 6, 2023
1 parent 13d25f8 commit 3e2b53a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion energyplus_regressions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NAME = 'energyplus_regressions'
VERSION = '2.0.1'
VERSION = '2.0.2'
Binary file modified energyplus_regressions/icons/icon.icns
Binary file not shown.
Binary file modified energyplus_regressions/icons/icon.ico
Binary file not shown.
Binary file modified energyplus_regressions/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 3e2b53a

Please sign in to comment.