From 5f21afb5dcdb745900facb0a903252cc0b2b2de9 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Sat, 23 May 2020 13:11:59 +0200 Subject: [PATCH] Update Project.toml Breaking, since Polynomials made breaking changes and I guess many actually mess around with the polynomials. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e5b9b0250..aaf2dd50f 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "ControlSystems" uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git" -version = "0.5.9" +version = "0.6.0" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"