diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79f6127a..fb016bd6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: with: path: | cache.tar.xz - key: gam-${{ matrix.jid }}-20260213 + key: gam-${{ matrix.jid }}-20260224 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true' diff --git a/src/gam/__init__.py b/src/gam/__init__.py index caa1b335..a9925f1a 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.34.07' +__version__ = '7.34.08' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' # pylint: disable=wrong-import-position