From a523f9c0f7e78b10614b4ecb664bddf2ecbbbc98 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 18 Jul 2025 17:04:47 +0000 Subject: [PATCH] GAM 7.14.01 --- src/gam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 8e0a0b6b..32410292 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki """ __author__ = 'GAM Team ' -__version__ = '7.14.00' +__version__ = '7.14.01' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position