From b9ca2ba9a1ca871be29ae3938a2741566f970a60 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 18 Mar 2025 10:21:08 -0700 Subject: [PATCH] Increment version --- 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 632196ec..9966ebd9 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.05.09' +__version__ = '7.05.10' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position