diff --git a/requirements.txt b/requirements.txt
index 20bde97d9ca6cb85ee8978c3efc167f90bba3459..8aaaed1f6dde8553a8230df6a289d0ffb6476a38 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,5 @@ psycopg2==2.5.2
 python-social-auth==0.1.23
 simplejson
 South==0.7.6
-django-leaflet-storage==0.7.0
+django-leaflet-storage==0.7.1
 django-pgindex==0.8.2
diff --git a/umap/__init__.py b/umap/__init__.py
index 26a5241933e814518ea95117822c6578fca40250..70f75c084c4b0953d76d83c17f8491979b6001be 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, 7, 0)
+VERSION = (0, 7, 1)
 
 __author__ = 'Yohan Boniface'
 __contact__ = "yb@enix.org"