Skip to content

Commit

Permalink
Update Project.toml and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenet authored Mar 3, 2022
1 parent 9789bba commit cd837f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TaylorModels"
uuid = "314ce334-5f6e-57ae-acf6-00b6e903104a"
repo = "https://github.com/JuliaIntervals/TaylorModels.jl.git"
version = "0.5.2"
version = "0.5.3"

[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
Expand All @@ -19,8 +19,8 @@ IntervalArithmetic = "^0.20"
IntervalRootFinding = "0.5"
RecipesBase = "1"
Reexport = "1"
TaylorIntegration = "0.7, 0.8"
TaylorSeries = "0.10, 0.11"
TaylorIntegration = "0.8"
TaylorSeries = "0.12"
julia = "1.5, 1.6, 1.7"

[extras]
Expand Down

2 comments on commit cd837f3

@lbenet
Copy link
Member Author

@lbenet lbenet commented on cd837f3 Mar 3, 2022

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

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

Please sign in to comment.