summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-10-24 11:28:25 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-10-24 11:28:25 -0400
commit3c6b512b88edf359b76ed0b2bee1cad88b8b9b19 (patch)
tree2f5646b6ed02d82bd28c5cc5b6c64bd56097aa58 /Cargo.toml
parent32ae82214c7c06744f1e8bc0f2789551087a20fe (diff)
downloadacap-3c6b512b88edf359b76ed0b2bee1cad88b8b9b19.tar.xz
Bump the version to 0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2132b69..75aeebe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."