Update package to 0.2.5.2
In order to sync git tags and PyPI uploads, we need to do a new package release. Update the build to 0.2.5.2. Change-Id: If2b9738b57d0a31247ae09ab87a3addb2a3e7ee1
This commit is contained in:
parent
265fec1922
commit
119f1348af
@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
|
||||
|
||||
VERSION = '0.2.5' # 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user