Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Mar 12, 2021
1 parent 6eef362 commit 73f4356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Nemo"
uuid = "2edaba10-b0f1-5616-af89-8c11ac63239a"
version = "0.20.0"
version = "0.20.1"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -24,7 +24,7 @@ AbstractAlgebra = "^0.13.0"
Antic_jll = "~0.200.300"
Arb_jll = "~200.1900.0"
BinaryProvider = "0.4, 0.5"
FLINT_jll = "~200.700.0"
FLINT_jll = "^200.700.0"
LoadFlint = "^0.5.0"
RandomExtensions = "0.4.2"
julia = "1"

2 comments on commit 73f4356

@thofma
Copy link
Member Author

@thofma thofma commented on 73f4356 Mar 12, 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/31797

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.20.1 -m "<description of version>" 73f4356328fd3b1ce94d50716d5bbdfa089fd8f5
git push origin v0.20.1

Please sign in to comment.