From 73bacad7ba78c54654d8218c77ae475f8add15a2 Mon Sep 17 00:00:00 2001 From: Andrey Tkachenko Date: Tue, 28 Apr 2020 22:35:14 +0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ec3b4d..7b6b957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fux_kdtree" -version = "0.2.0" +version = "0.3.0" authors = ["fulara "] repository = "https://github.com/fulara/kdtree-rust" keywords = ["tree", "dimension" , "nearest", "search", "neighbor"]