summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-02-18 10:46:49 -0500
committerTavian Barnes <tavianator@tavianator.com>2025-02-18 10:46:49 -0500
commiteb2e366d70101354234ff3dc301b2c3a53e763be (patch)
treeb2ffda498ccb0a0622e7f721fcfb42d07e650469 /Cargo.toml
parent01de7fbfa88af5d8404c931b44524eb9de74aed6 (diff)
downloadacap-eb2e366d70101354234ff3dc301b2c3a53e763be.tar.xz
Bump the version to 0.4.00.4.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 579ffae..fa55e72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "acap"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Tavian Barnes <tavianator@tavianator.com>"]
edition = "2021"
description = "As Close As Possible — nearest neighbor search in Rust."