diff --git a/setup.py b/setup.py index 02937314..2d2728b3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.core import Extension DISTNAME = 'gridx-egret' -VERSION = '0.5.3.dev0' +VERSION = '0.5.3' PACKAGES = find_packages() EXTENSIONS = [] DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'