Skip to content

Commit

Permalink
bump TaylorIntegration.jl (#139)
Browse files Browse the repository at this point in the history
* bump TaylorIntegration.jl

fixes #138

* bump patch version
  • Loading branch information
lucaferranti authored Oct 26, 2022
1 parent 259a87e commit 71ff7d4
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
@@ -1,7 +1,7 @@
name = "TaylorModels"
uuid = "314ce334-5f6e-57ae-acf6-00b6e903104a"
repo = "https://github.com/JuliaIntervals/TaylorModels.jl.git"
version = "0.6.0"
version = "0.6.1"

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

Expand Down

2 comments on commit 71ff7d4

@lucaferranti
Copy link
Member Author

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

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.6.1 -m "<description of version>" 71ff7d46476dffe01f31ab4c05c727bcfda31155
git push origin v0.6.1

Please sign in to comment.