From d09a3410aa3a3bf772f1ff95ab797edd6f624344 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Thu, 20 Dec 2018 16:11:09 -0500 Subject: [PATCH] Update version in setup.py to reflect v2.3.1 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4878ec75b..8f873611a 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.3.0' +VERSION = '2.3.1' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION