Skip to content

Commit db34993

Browse files
author
Dillon Daudert
committed
Support julia 1.8, 1.9; bump version
1 parent 1c699b9 commit db34993

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,7 +1,7 @@
11
name = "NearestNeighborDescent"
22
uuid = "dd2c4c9e-a32f-5b2f-b342-08c2f244fce8"
33
authors = ["Dillon Daudert <[email protected]>"]
4-
version = "0.3.5"
4+
version = "0.3.6"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -16,7 +16,7 @@ DataStructures = "0.18"
1616
Distances = "0.8, 0.9, 0.10"
1717
Graphs = "1.4"
1818
Reexport = "0.2, 1.0"
19-
julia = "1.5, 1.6, 1.7"
19+
julia = "1.5, 1.6, 1.7, 1.8, 1.9"
2020

2121
[extras]
2222
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

0 commit comments

Comments
 (0)