Skip to content

Commit

Permalink
Merge pull request #144 from dkarrasch/patch-1
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
lbenet authored Feb 11, 2020
2 parents 7a0891c + 1840737 commit 8a9666a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "IntervalRootFinding"
uuid = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
version = "0.5.1"
version = "0.5.2"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand All @@ -10,10 +10,10 @@ Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ForwardDiff = "^0.10.0"
ForwardDiff = "0.10"
IntervalArithmetic = "0.15, 0.16"
Polynomials = "0.5.0"
StaticArrays = "^0.11.0"
Polynomials = "0.5, 0.6"
StaticArrays = "0.11, 0.12"
julia = "1"

[extras]
Expand Down

2 comments on commit 8a9666a

@lbenet
Copy link
Member Author

@lbenet lbenet commented on 8a9666a Feb 11, 2020

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

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.5.2 -m "<description of version>" 8a9666a9f877e7abbf28babaa9107cd008d7f1fb
git push origin v0.5.2

Please sign in to comment.