From 1ccb98352078167f302a5a589a558376809201eb Mon Sep 17 00:00:00 2001 From: bknueven <30801372+bknueven@users.noreply.github.com> Date: Tue, 22 Feb 2022 09:51:39 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26ff4ce4..829f5823 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.core import Extension DISTNAME = 'gridx-egret' -VERSION = '0.5.2.dev0' +VERSION = '0.5.2' PACKAGES = find_packages() EXTENSIONS = [] DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'