Skip to content

Commit

Permalink
Merge pull request #18 from lgoettgens/patch-2
Browse files Browse the repository at this point in the history
Bump Nemo version
  • Loading branch information
ederc authored Sep 13, 2023
2 parents c7300b0 + b6fb5ff commit 4008f8a
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.4"
version = "0.3.5"

[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"
Nemo = "0.35.1, 0.36"

2 comments on commit 4008f8a

@ederc
Copy link
Collaborator Author

@ederc ederc commented on 4008f8a Sep 13, 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/91369

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.5 -m "<description of version>" 4008f8ad39356dee3a521b3b633a0d835a8caace
git push origin v0.3.5

Please sign in to comment.