summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-15 10:48:57 +0100
committerGitHub <noreply@github.com>2023-08-15 10:48:57 +0100
commit531f23b4d092cf8df26cae963687dc8904307ae4 (patch)
treef6b4dd580c92e85b62c8c409415569f06baf0e34 /Cargo.toml
parent495e0b758035039e902819f3ed059725d0593be1 (diff)
downloadcandle-531f23b4d092cf8df26cae963687dc8904307ae4.tar.gz
candle-531f23b4d092cf8df26cae963687dc8904307ae4.tar.bz2
candle-531f23b4d092cf8df26cae963687dc8904307ae4.zip
Rename vec-dot to vec-ops. (#449)
* Rename vec-dot to vec-ops. * Also bump the crate version. * Add a currently empty readme.
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 2c11b05e..93764eeb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ exclude = [
]
[workspace.package]
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"