Skip to content

Commit

Permalink
Merge pull request #45 from zickgraf/master
Browse files Browse the repository at this point in the history
  • Loading branch information
zickgraf authored Aug 15, 2024
2 parents 9a82116 + 4c65283 commit 1e1af17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "FinGSetsForCAP",
Subtitle := "The elementary topos of (skeletal) finite G-sets",
Version := "2023.07-01",
Version := "2024.08-01",

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)( ),
License := "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions gap/SkeletalFinGSetsForCAP.gd
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ DeclareCategory( "IsSkeletalFinGSetCategory",
#! of skeletal finite $G$-sets.
#! @Arguments object
DeclareCategory( "IsSkeletalFinGSet",
IsCapCategoryObject and IsCellOfSkeletalCategory );
IsCapCategoryObject );

#! @Description
#! The GAP category of morphisms in the category
#! of skeletal finite $G$-sets.
#! @Arguments object
DeclareCategory( "IsSkeletalFinGSetMap",
IsCapCategoryMorphism and IsCellOfSkeletalCategory );
IsCapCategoryMorphism );

#! @Section Skeletal Attributes

Expand Down

0 comments on commit 1e1af17

Please sign in to comment.