From 6f71d6a68d96484ab8f2196476eaecff7be1133f Mon Sep 17 00:00:00 2001 From: Onur Rauf Bingol Date: Mon, 20 May 2019 12:01:51 -0500 Subject: [PATCH] Release v1.3.0 --- geomdl/shapes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomdl/shapes/__init__.py b/geomdl/shapes/__init__.py index 846cbd1..3ccc2a9 100644 --- a/geomdl/shapes/__init__.py +++ b/geomdl/shapes/__init__.py @@ -19,7 +19,7 @@ # SOFTWARE. # Module version -__version__ = "1.2.0" +__version__ = "1.3.0" # Author and license __author__ = "Onur Rauf Bingol"