Skip to content

Commit

Permalink
CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep exist…
Browse files Browse the repository at this point in the history
…ing compat) (#202)

* CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: lucaferranti <49938764+lucaferranti@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 17, 2021
1 parent 1a208ef commit e2171cd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name = "IntervalConstraintProgramming"
uuid = "138f1668-1576-5ad7-91b9-7425abbf3153"
version = "0.12.3"

[compat]
IntervalArithmetic = "0.16, 0.17, 0.18"
IntervalContractors = "0.4"
IntervalRootFinding = "0.5"
MacroTools = "0.4, 0.5"
ModelingToolkit = "3"
julia = "1.3, 1.4"
version = "0.12.4"

[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
Expand All @@ -17,6 +9,14 @@ IntervalRootFinding = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"

[compat]
IntervalArithmetic = "0.16, 0.17, 0.18, 0.19, 0.20"
IntervalContractors = "0.4"
IntervalRootFinding = "0.5"
MacroTools = "0.4, 0.5"
ModelingToolkit = "3"
julia = "1.3, 1.4"

[extras]
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit e2171cd

@lucaferranti
Copy link
Member

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

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.12.4 -m "<description of version>" e2171cdc5221b759d25768c8e6d9db73159fdac3
git push origin v0.12.4

Please sign in to comment.