From 82bffa43ff5d6aa2f3d68a2bceecb52c914a1863 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 28 Mar 2020 11:20:39 +0100 Subject: [PATCH] 1.2.2 --- umap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/__init__.py b/umap/__init__.py index ce4b747f..d17177bb 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1,5 +1,5 @@ "Create maps with OpenStreetMap layers in a minute and embed them in your site." -VERSION = (1, 2, 1) +VERSION = (1, 2, 2) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"