update version number in metadata

This commit is contained in:
Frédéric Péters 2021-10-02 11:46:21 +02:00
parent ea5c3fe9db
commit 72b6a52ca0
1 changed files with 2 additions and 2 deletions

View File

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