From bbadb9997572cbaf8933af574315120b73a85445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=20R=C3=B6mgens?= Date: Fri, 26 Jun 2020 13:06:34 +0200 Subject: [PATCH] Bump version to 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0eead2..535cc72 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='geojsoncontour', - version='0.3.2', + version='0.4.0', description='Convert matplotlib contour plots to geojson', long_description=long_description, long_description_content_type="text/markdown",