From a4eb13345c264fee330fe31622d522dae15459cb Mon Sep 17 00:00:00 2001 From: "David P. Chassin" Date: Fri, 8 Apr 2022 12:17:12 -0700 Subject: [PATCH] Update setup.py (#1142) --- 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',