Skip to content

Commit 2fc21bd

Browse files
committed
Update version in setup.py for v2.3.3 release
1 parent 1a7c6a0 commit 2fc21bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
builtins._PACKAGE_NAME_ = PACKAGE_NAME
3232

3333
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
34-
VERSION = '2.3.2'
34+
VERSION = '2.3.3'
3535

3636
# Indicates if this version is a release version
3737
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)