Bump build version

This commit is contained in:
Radomir Dopieralski 2014-05-20 15:11:13 +02:00
parent e47442dd80
commit 74b4c0d0ff
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 = '1.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