From 122f5c3c0d40ecb3ebed881e2ad74facb4d5e442 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 19 Nov 2025 13:23:26 -0800 Subject: [PATCH] Added a command `gam print course-counts` --- 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 6cbd87c9..aa3408b2 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.28.09' +__version__ = '7.28.10' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position