diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-10-24 11:28:25 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-10-24 11:28:25 -0400 |
commit | 3c6b512b88edf359b76ed0b2bee1cad88b8b9b19 (patch) | |
tree | 2f5646b6ed02d82bd28c5cc5b6c64bd56097aa58 | |
parent | 32ae82214c7c06744f1e8bc0f2789551087a20fe (diff) | |
download | acap-3c6b512b88edf359b76ed0b2bee1cad88b8b9b19.tar.xz |
Bump the version to 0.3.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "acap" -version = "0.2.0" +version = "0.3.0" authors = ["Tavian Barnes <tavianator@tavianator.com>"] edition = "2021" description = "As Close As Possible — nearest neighbor search in Rust." |