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