Skip to content

Commit

Permalink
Merge pull request #20 from fingolfin/patch-1
Browse files Browse the repository at this point in the history
Bump Nemo version
  • Loading branch information
ederc authored Oct 9, 2023
2 parents 4008f8a + 6f67752 commit 5d1cc94
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
Expand Up @@ -2,7 +2,7 @@ name = "AlgebraicSolving"
uuid = "66b61cbe-0446-4d5d-9090-1ff510639f9d"
authors = ["ederc <[email protected]>",
"Mohab Safey El Din <[email protected]"]
version = "0.3.5"
version = "0.3.6"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -14,4 +14,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "1.6"
msolve_jll = "0.4.6"
Nemo = "0.35.1, 0.36"
Nemo = "0.35.1, 0.36, 0.37"

2 comments on commit 5d1cc94

@ederc
Copy link
Collaborator Author

@ederc ederc commented on 5d1cc94 Oct 9, 2023

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/93058

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.3.6 -m "<description of version>" 5d1cc94ca9646d54bd2e937ab22ad901b0fc1ece
git push origin v0.3.6

Please sign in to comment.