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.'