Skip to content

Commit 32b8219

Browse files
authored
Fix so can register
1 parent c963450 commit 32b8219

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ name = "DiffTests"
22
uuid = "de460e47-3fe3-5279-bb4a-814414816d5d"
33
keywords = ["automatic differentiation", "test"]
44
license = "MIT"
5-
version = "0.1.2"
5+
version = "0.1.1"
66

77
[deps]
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1010

11+
[compat]
12+
julia="1"
13+
1114
[extras]
1215
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1316

0 commit comments

Comments
 (0)