We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdd38d commit c615c42Copy full SHA for c615c42
1 file changed
PackageInfo.g
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
10
11
PackageName := "FinGSetsForCAP",
12
Subtitle := "The (skeletal) elementary topos of finite G-sets",
13
-Version := "2026.04-08",
+Version := "2026.05-01",
14
15
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
16
License := "GPL-2.0-or-later",
0 commit comments