update version number in metadata

This commit is contained in:
Frédéric Péters 2021-10-03 12:29:01 +02:00
parent 9f1d46e4a2
commit f2c32340bf
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.3.2' # version of the packaged files, please use the upstream
VERSION = '1.4.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 = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi