summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-09-12 06:39:24 +0100
committerGitHub <noreply@github.com>2023-09-12 06:39:24 +0100
commit2257f4d475c676e33dbd8dbafabf95e821d27f62 (patch)
tree150a547724b8b09ea000748f639abfc8ff879961 /Cargo.toml
parent871efc0307e39441236327643abb397b3ab200d0 (diff)
downloadcandle-2257f4d475c676e33dbd8dbafabf95e821d27f62.tar.gz
candle-2257f4d475c676e33dbd8dbafabf95e821d27f62.tar.bz2
candle-2257f4d475c676e33dbd8dbafabf95e821d27f62.zip
Bump the crate version + update the changelog. (#822)
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 b45a2ab6..cb6bf3cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ exclude = [
resolver = "2"
[workspace.package]
-version = "0.2.1"
+version = "0.2.2"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"