From 9f5bc836a7eba1c6eac498664a53c89dd13efbf3 Mon Sep 17 00:00:00 2001 From: Simon Edwardsson Date: Mon, 21 Sep 2020 16:15:11 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bca8254..6a696ff 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name="upolygon", - version="0.1.1", + version="0.1.2", author="V7", author_email="simon@v7labs.com", description="Collection of fast polygon operations for DL",