From 6b818751f0c979d66c8970075f9aaaf335797767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=20R=C3=B6mgens?= Date: Tue, 3 May 2016 13:07:51 +0200 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ff465a..bf0a479 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='geojsoncontour', - version='0.1.0', + version='0.1.1', description='Convert matplotlib contour plots to geojson', long_description=long_description, keywords='contour plot geojson pyplot matplotlib gis map',