summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-11-11 18:48:52 +0000
committerGitHub <noreply@github.com>2023-11-11 18:48:52 +0000
commita209ce8ceb10c2bcdfca9fcf814b7231964f7907 (patch)
tree0af45b4b2704fa030ae2bccde53cceee7232d599 /Cargo.toml
parentf1e678b39cf39ec0719a8122865a23b0a0d7f60c (diff)
downloadcandle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.tar.gz
candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.tar.bz2
candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.zip
Update for 0.3.1. (#1324)
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 a0d597e7..0fea0423 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ exclude = [
resolver = "2"
[workspace.package]
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"