From fb8f8333df1d9a939b9095018ade71ea64f3faef Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Sat, 2 Oct 2021 21:44:20 +0200 Subject: [PATCH] gpython min version 0.1.6 --- .../main/java/gearth/services/g_python/GPythonVersionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G-Earth/src/main/java/gearth/services/g_python/GPythonVersionUtils.java b/G-Earth/src/main/java/gearth/services/g_python/GPythonVersionUtils.java index 84f4378..9b4917e 100644 --- a/G-Earth/src/main/java/gearth/services/g_python/GPythonVersionUtils.java +++ b/G-Earth/src/main/java/gearth/services/g_python/GPythonVersionUtils.java @@ -10,7 +10,7 @@ import java.util.List; public class GPythonVersionUtils { - private static final String MIN_GPYTHON_VERSION = "0.1.5"; + private static final String MIN_GPYTHON_VERSION = "0.1.6"; private static final String MIN_PYTHON_VERSION = "3.2"; // returns null if python not installed