Skip to content

Commit

Permalink
Update version in setup.py to reflect v2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Dec 20, 2018
1 parent ef11a5b commit d09a341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d09a341

Please sign in to comment.