@@ -10,17 +10,7 @@ SetPackageInfo( rec(
10
10
11
11
PackageName := " MonoidalCategories" ,
12
12
Subtitle := " Monoidal and monoidal (co)closed categories" ,
13
- Version := Maximum( [
14
- " 2021.02-01" , # # Mohamed's version
15
- # # this line prevents merge conflicts
16
- " 2019.06-07" , # # Sebas' version
17
- # # this line prevents merge conflicts
18
- " 2020.04-16" , # # Sepp's version
19
- # # this line prevents merge conflicts
20
- " 2021.06-01" , # # Fabian's version
21
- # # this line prevents merge conflicts
22
- " 2019.03-14" , # # Tom's version
23
- ] ),
13
+ Version := " 2021.08-01" ,
24
14
25
15
Date := Concatenation( " 01/" , ~ .Version{[ 6 , 7 ]} , " /" , ~ .Version{[ 1 .. 4 ]} ),
26
16
License := " GPL-2.0-or-later" ,
@@ -130,7 +120,7 @@ Dependencies := rec(
130
120
NeededOtherPackages := [
131
121
[ " GAPDoc" , " >= 1.5" ] ,
132
122
[ " ToolsForHomalg" , " >= 2018.05.22" ] ,
133
- [ " CAP" , " >= 2021.06-02 " ] ,
123
+ [ " CAP" , " >= 2021.08-03 " ] ,
134
124
] ,
135
125
SuggestedOtherPackages := [ ] ,
136
126
ExternalConditions := [ ] ,
0 commit comments