From 0b8ff93235142e5043ef75c4ddce2563f4ccb089 Mon Sep 17 00:00:00 2001 From: bknueven <30801372+bknueven@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:14:20 -0600 Subject: [PATCH] Egret release 0.5.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5963e52..b1ed7dbe 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from pathlib import Path DISTNAME = 'gridx-egret' -VERSION = '0.5.4.dev0' +VERSION = '0.5.4' PACKAGES = find_packages() EXTENSIONS = [] DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'