Bump the BUILD again to avoid collision

I manually released 0.11.0.5 and we need to
bump the BUILD so this release won't collide with
that release's files.

Change-Id: Ia6bea0e13cdb831d4f54380eedffd931ed59f97f
This commit is contained in:
Richard Jones 2016-06-24 16:46:52 +10:00
parent 5fc34187e1
commit d25f70f7d5
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 = '0.11.0' # version of the packaged files, please use the upstream
# version number
BUILD = '5' # our package build number, so we can release new builds
BUILD = '6' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi