From 81830f8f7b063cac4c99266524be2c238d742363 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 11 Sep 2018 20:08:07 +0200 Subject: [PATCH] 1.0.0-rc.5 --- umap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/__init__.py b/umap/__init__.py index b92cf469..5755e6eb 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, 0, 0, 'rc', 4) +VERSION = (1, 0, 0, 'rc', 5) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"