Skip to content

Commit

Permalink
Merge pull request #26 from mohamed-barakat/MonoidalCategories
Browse files Browse the repository at this point in the history
comply with CAP v2021.08-03 and MonoidalCategories v2021.08-01
  • Loading branch information
mohamed-barakat authored Aug 30, 2021
2 parents 3c0ad26 + f747e40 commit d4f09d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CapAndHomalg"
uuid = "c4774649-1891-41ea-a883-87141804c57c"
authors = ["Mohamed Barakat <[email protected]>"]
version = "1.1.7"
version = "1.1.8"

[deps]
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ julia> Sgrmod = GradedLeftPresentations( S )
GAP: The category of graded left f.p. modules over Q[x,y] (with weights [ 1, 1 ])
julia> InfoOfInstalledOperationsOfCategory( Sgrmod )
40 primitive operations were used to derive 172 operations for this category which
40 primitive operations were used to derive 185 operations for this category which
* IsAbCategory
* IsMonoidalCategory
* IsAbelianCategoryWithEnoughProjectives
Expand Down

2 comments on commit d4f09d1

@mohamed-barakat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/43812

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.8 -m "<description of version>" d4f09d14ea91a38f83ec2fadf1e2d81381f68286
git push origin v1.1.8

Please sign in to comment.