From da49f097fd6f046c2874c90c852be54dab5eb972 Mon Sep 17 00:00:00 2001
From: Peter KETTIG <peter.kettig@cnes.fr>
Date: Wed, 17 Jul 2019 09:28:23 +0200
Subject: [PATCH] Incremented version to 1.1

---
 PythonScripts/WASP.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PythonScripts/WASP.py b/PythonScripts/WASP.py
index 42a1e9f..4108df1 100644
--- a/PythonScripts/WASP.py
+++ b/PythonScripts/WASP.py
@@ -52,7 +52,7 @@ class TemporalSynthesis():
     # =========================================================================
     #   Program specific parameters:
     # =========================================================================
-    ExeVersion = "1.0"
+    ExeVersion = "1.1"
     scatteringCoeffBasePath = "scattering_coeffs_"
     scatteringCoeffsVersion = "1.0"
 
-- 
GitLab