From 6f6bcb714e1dea732e621cbaa17a6d7732201612 Mon Sep 17 00:00:00 2001 From: Marcelo Forets Date: Wed, 15 Jan 2020 22:02:25 -0300 Subject: [PATCH] Update Project.toml (#63) * Update Project.toml * Update Project.toml * Update Project.toml * update travis --- .travis.yml | 4 +++- Project.toml | 8 ++++---- docs/Project.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a85c11a..b513ca7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ os: julia: - 1.0 - 1.1 + - 1.2 + - 1.3 - nightly notifications: @@ -26,7 +28,7 @@ matrix: jobs: include: - stage: "Documentation" - julia: 1.0 + julia: 1.3 os: linux script: - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); diff --git a/Project.toml b/Project.toml index 9b069c8..636ff43 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "IntervalMatrices" uuid = "5c1f47dc-42dd-5697-8aaa-4d102d140ba9" -version = "0.2.4" +version = "0.3.0" [deps] IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253" @@ -9,9 +9,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] -julia = "≥ 1.0.0" -IntervalArithmetic = "≥ 0.14.0" -Reexport = "≥ 0.2.0" +julia = "1" +IntervalArithmetic = "0.15, 0.16" +Reexport = "0.2" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/docs/Project.toml b/docs/Project.toml index 82bada1..d7906fc 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,4 +2,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [compat] -Documenter = "≥ 0.23" +Documenter = "0.23"