Skip to content

Commit 90bad83

Browse files
authored
Bump version and compat
Bumping version to 0.5.7 Bumping compat to Plots 0.29, Colors 0.12
1 parent 8cbf71f commit 90bad83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "ControlSystems"
22
uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
33
authors = ["Dept. Automatic Control, Lund University"]
44
repo = "https://github.com/JuliaControl/ControlSystems.jl.git"
5-
version = "0.5.6"
5+
version = "0.5.7"
66

77
[deps]
88
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -20,12 +20,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121

2222
[compat]
23-
Colors = "0.9.2, 0.10, 0.11"
23+
Colors = "0.9.2, 0.10, 0.11, 0.12"
2424
DSP = "0.6.1"
2525
DelayDiffEq = "5.6"
2626
IterTools = "1.0"
2727
LaTeXStrings = "1.0"
2828
OrdinaryDiffEq = "5.2"
29-
Plots = "0.24, 0.25, 0.26, 0.27, 0.28"
29+
Plots = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29"
3030
Polynomials = "0.6.0"
3131
julia = "1.0"

0 commit comments

Comments
 (0)