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"