diff --git a/setup.cfg b/setup.cfg index 53dc8a2..11cd83c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/xstatic/pkg/graphlib/__init__.py b/xstatic/pkg/graphlib/__init__.py index c164966..e182c91 100644 --- a/xstatic/pkg/graphlib/__init__.py +++ b/xstatic/pkg/graphlib/__init__.py @@ -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.