diff --git a/MANIFEST.in b/MANIFEST.in index 108ffee0..f9efab73 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include README.md +include requirements.txt recursive-include umap/static * recursive-include umap/templates * recursive-include umap/locale * diff --git a/umap/__init__.py b/umap/__init__.py index 0761e822..814fcca1 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, 0) +VERSION = (0, 8, 1) __author__ = 'Yohan Boniface' __contact__ = "ybon@openstreetmap.fr"