update xstatic metadata to 1.10.4

This commit is contained in:
Thomas Waldmann 2014-08-09 22:44:28 +02:00
parent d39a462e38
commit 9f351a4634

View File

@ -11,8 +11,8 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
VERSION = '1.9.2' # version of the packaged files, please use the upstream
# version number
VERSION = '1.10.4' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi