From b1697ac5d0c1d01d390fc54a7b3f8f719d1ae63f Mon Sep 17 00:00:00 2001 From: Luis Benet Date: Thu, 13 Apr 2023 17:41:19 -0600 Subject: [PATCH] Bump patch version --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 6da2db7..a6868fe 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TaylorModels" uuid = "314ce334-5f6e-57ae-acf6-00b6e903104a" repo = "https://github.com/JuliaIntervals/TaylorModels.jl.git" -version = "0.6.1" +version = "0.6.2" [deps] IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253" @@ -20,8 +20,8 @@ IntervalRootFinding = "0.5" RecipesBase = "1" Reexport = "1" TaylorIntegration = "0.11" -TaylorSeries = "0.13" -julia = "1.6, 1" +TaylorSeries = "0.13, 0.14" +julia = "1" [extras] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"