From 82c27281f1d9e1a6956e84258a7cabbf01c13e6c Mon Sep 17 00:00:00 2001 From: "David P. Chassin" Date: Fri, 8 Apr 2022 11:00:51 -0700 Subject: [PATCH] Update setup.py --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index f79d52118..6f7fa640b 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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',