summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-10-01 13:51:57 +0100
committerGitHub <noreply@github.com>2023-10-01 13:51:57 +0100
commit096dee7073e960f4b845a430b889a9fb2f2f0c78 (patch)
tree919e205987c6dc118040b5bc9fa666bd13788e59 /Cargo.toml
parentf6054e9d60ef15add8a9a20b0aae8db630383d8f (diff)
downloadcandle-096dee7073e960f4b845a430b889a9fb2f2f0c78.tar.gz
candle-096dee7073e960f4b845a430b889a9fb2f2f0c78.tar.bz2
candle-096dee7073e960f4b845a430b889a9fb2f2f0c78.zip
Bump the version to 0.3.0. (#1014)
* Bump the version to 0.3.0. * Changelog update.
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 c502fcc5..03abe110 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ exclude = ["candle-flash-attn", "candle-kernels"]
resolver = "2"
[workspace.package]
-version = "0.2.3"
+version = "0.3.0"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"