Fix version number

Patch Ie81b61e2f61678892ed8c81a8ae018ad42da9cff didn't change version
number in metadata and project description.

Change-Id: Icbb448a3dbcaf6ad4578133c7e2381474c9e0e77
This commit is contained in:
Ivan Kolodyazhny 2020-04-21 00:25:15 +03:00
parent 92308d87a2
commit 32eecfeb24
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = XStatic-Graphlib name = XStatic-Graphlib
description = Graphlib 1.0.7 (XStatic packaging standard) description = Graphlib 2.1.7 (XStatic packaging standard)
description-file = README.rst description-file = README.rst
maintainer = Michal Arbet maintainer = Michal Arbet
maintainer-email = michal.arbet@ultimum.io maintainer-email = michal.arbet@ultimum.io

View File

@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python # please use a all-lowercase valid python
# package name # package name
VERSION = '1.0.7' # version of the packaged files, please use the upstream VERSION = '2.1.7' # version of the packaged files, please use the upstream
# version number # version number
BUILD = '0' # 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. # with fixes for xstatic stuff.