We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef11a5b commit d09a341Copy full SHA for d09a341
1 file changed
setup.py
@@ -31,7 +31,7 @@
31
builtins._PACKAGE_NAME_ = PACKAGE_NAME
32
33
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
34
-VERSION = '2.3.0'
+VERSION = '2.3.1'
35
36
# Indicates if this version is a release version
37
RELEASE = 'dev' not in VERSION
0 commit comments