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:
parent
15b7126755
commit
2192eb008f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user