From 24d29f498d890638279b0d51e899b6020571719d Mon Sep 17 00:00:00 2001 From: Arthur <48595927+ArthurZucker@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:01:48 +0100 Subject: [PATCH] Update dev version and pyproject.toml (#1693) * update pyproject.toml * update py dev version --- bindings/node/Cargo.toml | 2 +- bindings/python/Cargo.toml | 2 +- bindings/python/pyproject.toml | 2 +- tokenizers/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/node/Cargo.toml b/bindings/node/Cargo.toml index ff05b490..bcf6e3e7 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.4-dev.0" +version = "0.21.0-dev.0" # 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 6c5a5244..475b1fa2 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokenizers-python" -version = "0.20.4-dev.0" +version = "0.21.0-dev.0" authors = ["Anthony MOI "] edition = "2021" diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 5cdf090f..681619a2 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'tokenizers' -requires-python = '>=3.7' +requires-python = '>=3.9' authors = [ {name = 'Nicolas Patry', email = 'patry.nicolas@protonmail.com'}, {name = 'Anthony Moi', email = 'anthony@huggingface.co'} diff --git a/tokenizers/Cargo.toml b/tokenizers/Cargo.toml index 16285e11..cf3db78b 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.4-dev.0" +version = "0.21.0-dev.0" homepage = "https://github.com/huggingface/tokenizers" repository = "https://github.com/huggingface/tokenizers" documentation = "https://docs.rs/tokenizers/"