From eec9e094bc10c79fc081a572bedb0114670c4b0c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 9 Feb 2019 10:53:45 +0100 Subject: [PATCH] 1.0.0 --- umap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/__init__.py b/umap/__init__.py index 7365ee09..62f8ad13 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', 9) +VERSION = (1, 0, 0) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"