From a0c6e439c9333d2ea2bf6684a8e3f273d5b09749 Mon Sep 17 00:00:00 2001 From: IgorKoh Date: Sat, 10 Apr 2021 12:47:52 +0200 Subject: [PATCH] . --- Project.toml | 13 ++++++++++++- docs/make.jl | 2 -- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index a756d94..46d9391 100644 --- a/Project.toml +++ b/Project.toml @@ -2,11 +2,22 @@ name = "NormalHermiteSplines" uuid = "67f7b941-d455-546b-99f0-07b665bf0aaf" keywords = ["interpolation", "splines", "hermite-splines", "normal-splines", "approximation", "rkhs"] authors = ["Igor Kohanovsky "] -version = "0.5.2" +version = "0.6.0" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8" +DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78" +Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004" +IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" +PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" [compat] julia = "1.5" diff --git a/docs/make.jl b/docs/make.jl index 95a2cd5..fd4ba05 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,7 +14,5 @@ makedocs( deploydocs( repo = "github.com/IgorKohan/NormalHermiteSplines.jl.git", - devurl = "v0.5.2", - versions = ["stable" => "v^", "v#.#.#"], )