Skip to content

Commit d47e50a

Browse files
committed
Update version in setup.py to reflect v2.3.2 release
1 parent d4a8351 commit d47e50a

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.1'
34+
VERSION = '2.3.2'
3535

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

0 commit comments

Comments
 (0)