Skip to content

Commit

Permalink
Bump versions (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored Jul 22, 2021
1 parent 5289752 commit 8387ff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Hecke"
uuid = "3e1990a7-5d81-5526-99ce-9ba3ff248f21"
version = "0.10.12"
version = "0.10.13"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -25,8 +25,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[compat]
AbstractAlgebra = "^0.19.0"
Nemo = "^0.25.0"
AbstractAlgebra = "^0.20.0"
Nemo = "^0.25.1"
RandomExtensions = "0.4.3"
Requires = "^0.5.2, 1.0"
julia = "1"
Expand Down

2 comments on commit 8387ff0

@thofma
Copy link
Owner Author

@thofma thofma commented on 8387ff0 Jul 22, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/41359

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 v0.10.13 -m "<description of version>" 8387ff04cec80dfd4e82ea21d47635c15813ca38
git push origin v0.10.13

Please sign in to comment.