Update dev version and pyproject.toml (#1693)

* update pyproject.toml

* update py dev version
This commit is contained in:
Arthur
2024-11-27 16:01:48 +01:00
committed by GitHub
parent 1bf2a66b80
commit 24d29f498d
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
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

View File

@ -1,6 +1,6 @@
[package]
name = "tokenizers-python"
version = "0.20.4-dev.0"
version = "0.21.0-dev.0"
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
edition = "2021"

View File

@ -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'}

View File

@ -2,7 +2,7 @@
authors = ["Anthony MOI <m.anthony.moi@gmail.com>", "Nicolas Patry <patry.nicolas@protonmail.com>"]
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/"