From eca17be37bbc94efb01edfe9dec5043580e3e5f0 Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Thu, 10 Oct 2024 10:14:01 +0200 Subject: [PATCH] v 0.20.1-rc1 --- bindings/node/Cargo.toml | 2 +- bindings/python/Cargo.toml | 2 +- tokenizers/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/node/Cargo.toml b/bindings/node/Cargo.toml index 1c1fdd730..7020d6460 100644 --- a/bindings/node/Cargo.toml +++ b/bindings/node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Nicolas Patry "] edition = "2021" name = "node" -version = "0.20.0-dev.0" +version = "0.20.1-rc1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 7f63e60aa..d617638a3 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokenizers-python" -version = "0.20.0-dev.0" +version = "0.20.1-rc1" authors = ["Anthony MOI "] edition = "2021" diff --git a/tokenizers/Cargo.toml b/tokenizers/Cargo.toml index 25396f192..0411e69ef 100644 --- a/tokenizers/Cargo.toml +++ b/tokenizers/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Anthony MOI ", "Nicolas Patry "] edition = "2018" name = "tokenizers" -version = "0.20.0-dev.0" +version = "0.20.1-rc1" homepage = "https://github.com/huggingface/tokenizers" repository = "https://github.com/huggingface/tokenizers" documentation = "https://docs.rs/tokenizers/"