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"