diff --git a/Cargo.lock b/Cargo.lock index 7e59694..9e7df28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" [[package]] name = "fpsample" -version = "0.3.2" +version = "0.3.3" dependencies = [ "cc", "cty", diff --git a/Cargo.toml b/Cargo.toml index 50c4220..1cb76cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fpsample" -version = "0.3.2" +version = "0.3.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 8420557..08507fd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Python efficient farthest point sampling (FPS) library, 100x faster than `numpy` `fpsample` is coupled with `numpy` and built upon Rust pyo3 bindings. This library aims at achieving the best performance for FPS in single-threaded CPU environment. -🎉 PyTorch version with native multithreading, batch ops, Autograd and CUDA supports is in [pytorch_fpsample](https://github.com/leonardodalinky/pytorch_fpsample). 🎉 +🎉 **PyTorch version with native multithreading, batch ops, Autograd and CUDA supports is in [pytorch_fpsample](https://github.com/leonardodalinky/pytorch_fpsample).** 🎉 ## Installation diff --git a/pyproject.toml b/pyproject.toml index a75b253..cb59819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "fpsample" -version = "0.3.2" +version = "0.3.3" authors = [{ name = "Leonard Lin", email = "leonard.keilin@gmail.com" }] keyword = [ "sampling",