summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5619625..b7743a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "acap"
-version = "0.1.1"
+version = "0.2.0"
authors = ["Tavian Barnes <tavianator@tavianator.com>"]
edition = "2018"
description = "As Close As Possible — nearest neighbor search in Rust."
@@ -22,4 +22,4 @@ name = "benches"
harness = false
[package.metadata.docs.rs]
-rustdoc-args = ["--html-in-header", "katex-header.html"] \ No newline at end of file
+rustdoc-args = ["--html-in-header", "katex-header.html"]