Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eef42f2

Browse files
committedApr 2, 2022
Version 1.3.4
1 parent f611c42 commit eef42f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CapAndHomalg"
22
uuid = "c4774649-1891-41ea-a883-87141804c57c"
33
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
4-
version = "1.3.3"
4+
version = "1.3.4"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"

2 commit comments

Comments
 (2)

mohamed-barakat commented on Apr 2, 2022

@mohamed-barakat
MemberAuthor

JuliaRegistrator commented on Apr 2, 2022

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/57817

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.3.4 -m "<description of version>" eef42f2d8b1a78a57b0af2ae74b08bb52ae39b7c
git push origin v1.3.4
Please sign in to comment.