bump version to 4.0.13.2

This commit is contained in:
Benjamin Dauvergne 2023-09-27 12:16:04 +02:00
parent 1d51162083
commit 53dcd9befd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '4.0.13' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
BUILD = '2' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi