From d021ce239f847210ff21ba7284047066f2ad5854 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 7 Jul 2018 23:25:43 +0200 Subject: [PATCH] 1.0.0-rc.1 --- umap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/__init__.py b/umap/__init__.py index c6a83330..445a3f85 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 = (0, 8, 2) +VERSION = (1, 0, 0, 'rc', 1) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"