summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-12-28 13:38:30 +0100
committerGitHub <noreply@github.com>2023-12-28 13:38:30 +0100
commitd35f0a1376c6c221a467f8cb5997c2f2f145fda2 (patch)
treee12068b8ea701c91d7f15f7fc4e505fcb15e538a /Cargo.toml
parent65cb90bd408868ae6ceb562bd24639ebcf87cb2a (diff)
downloadcandle-d35f0a1376c6c221a467f8cb5997c2f2f145fda2.tar.gz
candle-d35f0a1376c6c221a467f8cb5997c2f2f145fda2.tar.bz2
candle-d35f0a1376c6c221a467f8cb5997c2f2f145fda2.zip
Bump the crate version to 0.3.3. (#1490)
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 c13b2bc6..7d61cd74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ exclude = [
resolver = "2"
[workspace.package]
-version = "0.3.2"
+version = "0.3.3"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"