summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-12-17 05:34:53 -0600
committerGitHub <noreply@github.com>2023-12-17 05:34:53 -0600
commit94817dac56f3c91235ad94b7b3419ab8c2e87134 (patch)
tree367326a4fd8241b4d2b65975f8ec4d19afb83017 /Cargo.toml
parent1e86717bf274c6a0380f56f195727812e49f80a2 (diff)
downloadcandle-94817dac56f3c91235ad94b7b3419ab8c2e87134.tar.gz
candle-94817dac56f3c91235ad94b7b3419ab8c2e87134.tar.bz2
candle-94817dac56f3c91235ad94b7b3419ab8c2e87134.zip
Bump the crate version to 0.3.2. (#1452)
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 ba09b1d4..c0e520f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ exclude = [
resolver = "2"
[workspace.package]
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"