From 6b7c9c9040ddaf7b6d2b6850b50a088db6eaf0c7 Mon Sep 17 00:00:00 2001 From: Bernard Knueven Date: Mon, 7 Feb 2022 16:26:46 -0700 Subject: [PATCH] using python standard version names --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2bc6f10..26ff4ce4 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from distutils.core import Extension DISTNAME = 'gridx-egret' -VERSION = '0.5.2-dev' +VERSION = '0.5.2.dev0' PACKAGES = find_packages() EXTENSIONS = [] DESCRIPTION = 'EGRET: Electrical Grid Research and Engineering Tools.'