Fix version number
Patch Ie81b61e2f61678892ed8c81a8ae018ad42da9cff didn't change version number in metadata and project description. Change-Id: Icbb448a3dbcaf6ad4578133c7e2381474c9e0e77
This commit is contained in:
parent
92308d87a2
commit
32eecfeb24
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = XStatic-Graphlib
|
||||
description = Graphlib 1.0.7 (XStatic packaging standard)
|
||||
description = Graphlib 2.1.7 (XStatic packaging standard)
|
||||
description-file = README.rst
|
||||
maintainer = Michal Arbet
|
||||
maintainer-email = michal.arbet@ultimum.io
|
||||
|
@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
|
||||
# please use a all-lowercase valid python
|
||||
# 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
|
||||
BUILD = '0' # our package build number, so we can release new builds
|
||||
# with fixes for xstatic stuff.
|
||||
|
Loading…
Reference in New Issue
Block a user