Skip to content

Commit

Permalink
Add boundsg
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 17, 2019
1 parent 78b9296 commit 8301aba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DataStructures = "0.17"
MultivariatePolynomials = "~0.3.3"
MutableArithmetics = "0.1.1"
Reexport = ">= 0.2"
Reexport = "0.2"
julia = "1"

2 comments on commit 8301aba

@blegat
Copy link
Member Author

@blegat blegat commented on 8301aba Dec 17, 2019

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 updated: JuliaRegistries/General/6846

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.4 -m "<description of version>" 8301aba789699ae0c60b19985d929aeaa9b5aa13
git push origin v0.3.4

Please sign in to comment.