Skip to content

Commit b567f9a

Browse files
committed
add compat bounds, bump version number
1 parent 86ee9a2 commit b567f9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ name = "Polynomials"
22
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
33
license = "MIT"
44
author = "JuliaMath"
5-
version = "0.5.3"
5+
version = "0.6.0"
66

77
[deps]
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1010

1111
[compat]
12-
julia = "≥ 0.7.0"
12+
julia = "1.0"
13+
RecipesBase = "0.7"
1314

1415
[extras]
1516
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)