Skip to content

Commit

Permalink
chore: Release kdtree version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhooray committed Dec 16, 2022
1 parent 8b48386 commit fbcfe72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kdtree"
version = "0.6.1-alpha.0"
version = "0.7.0"
authors = ["Rui Hu <[email protected]>"]
description = "K-dimensional tree in Rust for fast geospatial indexing and nearest neighbors lookup"
keywords = ["tree", "nearest", "neighbor", "search", "geo"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add `kdtree` to `Cargo.toml`

```toml
[dependencies]
kdtree = "0.5.1"
kdtree = "0.7.0"
```

Add points to kdtree and query nearest n points with distance function
Expand Down

0 comments on commit fbcfe72

Please sign in to comment.