Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update setup.py (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin authored Apr 8, 2022
1 parent 1cb2048 commit a4eb133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_version(path=None):
return '0.0.0'

if len(sys.argv) > 1 and sys.argv[1] == "--version":
get_version()
print(get_version())
else:
setup (
name = 'gridlabd',
Expand Down

0 comments on commit a4eb133

Please sign in to comment.