From 4e940d26e02bb95e3d54682019e5b010ce43669a Mon Sep 17 00:00:00 2001 From: Chris Harding Date: Sat, 21 Nov 2020 15:39:35 -0600 Subject: [PATCH] update to v3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c5a093..cd031ea 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='touchterrain', - version='3.0', + version='3.1', description='Framework for converting raster based Digital Elevation Models (online or local) into 3D printable terrain models (STL)', url='https://github.com/ChHarding/TouchTerrain_for_CAGEO', license='GPL',