Skip to content

Commit 787510a

Browse files
authored
Update Project.toml
Bump version and drop Julia 0.7 support since it's no longer tested.
1 parent e638579 commit 787510a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GenericLinearAlgebra"
22
uuid = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
3-
version = "0.1.1"
3+
version = "0.2"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -15,4 +15,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1515
test = ["Quaternions", "Test"]
1616

1717
[compat]
18-
julia = "0.7, 1"
18+
julia = "1"

0 commit comments

Comments
 (0)