summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-20 08:07:07 +0100
committerGitHub <noreply@github.com>2023-08-20 08:07:07 +0100
commita8f61e66cc04e2b05caa14a95296ab2b185c3e71 (patch)
tree565b42d10b31523316b38f887e3716412c94a1dd /Cargo.toml
parentaa207f2dd9d0a7176b4da7799270486cc86258a6 (diff)
downloadcandle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.tar.gz
candle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.tar.bz2
candle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.zip
Bump the crates version to 0.1.2. (#522)
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 93764eeb..aa606534 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ exclude = [
]
[workspace.package]
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"