Update package to 1.0.2.4

In order to sync git tags and PyPI uploads, we need to do
a new package release. Update the build to 1.0.2.4.

Change-Id: Ic7c9ed18f336ee175f014aa39fdd94c9f76ac66c
This commit is contained in:
Thierry Carrez 2019-02-11 16:34:47 +01:00
parent 15b7126755
commit 2192eb008f
1 changed files with 1 additions and 1 deletions

View File

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