From 72b6a52ca09b244888b5b20f19d24992dc7f05aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 2 Oct 2021 11:46:21 +0200 Subject: [PATCH] update version number in metadata --- xstatic/pkg/leaflet/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xstatic/pkg/leaflet/__init__.py b/xstatic/pkg/leaflet/__init__.py index 0f4727b..5e41aa2 100644 --- a/xstatic/pkg/leaflet/__init__.py +++ b/xstatic/pkg/leaflet/__init__.py @@ -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