From f791a59b1d7902b332cad8ae84fda67457bbc914 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 11 Jun 2021 09:30:42 -0400 Subject: [PATCH] GAM 6.05 --- src/gam/var.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/var.py b/src/gam/var.py index 829f5fcd..960653fa 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -8,7 +8,7 @@ import platform import re GAM_AUTHOR = 'Jay Lee ' -GAM_VERSION = '6.04' +GAM_VERSION = '6.05' GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = 'https://git.io/gam'