Skip to content

Commit

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

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

* bumped patch version

* removed Manifest.toml

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: lucaferranti <lucaa.ferranti@gmail.com>
  • Loading branch information
3 people committed Aug 27, 2021
1 parent 0f26f3e commit b624a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "TaylorModels"
uuid = "314ce334-5f6e-57ae-acf6-00b6e903104a"
repo = "https://github.com/JuliaIntervals/TaylorModels.jl.git"
version = "0.4.1"
version = "0.4.2"

[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
Expand All @@ -15,7 +15,7 @@ TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"

[compat]
IntervalArithmetic = "0.16, 0.17, 0.18"
IntervalArithmetic = "0.16, 0.17, 0.18, 0.19"
IntervalRootFinding = "0.5"
RecipesBase = "0.8, 1.0"
Reexport = "0.2, 1.0"
Expand Down

2 comments on commit b624a80

@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/43658

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

Please sign in to comment.