From 325ee5fa575c67f65ad7f90085d8c2f216c89456 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Wed, 28 Nov 2018 15:27:51 -0500 Subject: [PATCH] Update version in setup.py to reflect v2.3.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20cc45168..4878ec75b 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ builtins._PACKAGE_NAME_ = PACKAGE_NAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '2.2.1' +VERSION = '2.3.0' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION