From 9a17afc83bb486db222c07f72dfaae123038a7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Thu, 29 Mar 2018 15:13:03 +0100 Subject: [PATCH] Version bump --- simplification/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplification/util.py b/simplification/util.py index 389a901..3f22880 100644 --- a/simplification/util.py +++ b/simplification/util.py @@ -37,7 +37,7 @@ import numpy as np __author__ = u"Stephan Hügel" -__version__ = "0.2.11" +__version__ = "0.3.2" file_path = os.path.dirname(__file__)