From f2c32340bffc1095a7c2bba07866fcfe91a9a5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 3 Oct 2021 12:29:01 +0200 Subject: [PATCH] update version number in metadata --- xstatic/pkg/leaflet_markercluster/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xstatic/pkg/leaflet_markercluster/__init__.py b/xstatic/pkg/leaflet_markercluster/__init__.py index 8281bbc..2bd0c1e 100644 --- a/xstatic/pkg/leaflet_markercluster/__init__.py +++ b/xstatic/pkg/leaflet_markercluster/__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.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