Skip to content

Commit

Permalink
Support julia 1.8, 1.9; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Daudert committed May 16, 2023
1 parent 1c699b9 commit db34993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NearestNeighborDescent"
uuid = "dd2c4c9e-a32f-5b2f-b342-08c2f244fce8"
authors = ["Dillon Daudert <[email protected]>"]
version = "0.3.5"
version = "0.3.6"

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

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

2 comments on commit db34993

@dillondaudert
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/83685

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.6 -m "<description of version>" db34993b5c4fd8db9ce5ea4e87afc6176fbe17c0
git push origin v0.3.6

Please sign in to comment.