mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Update dev version and pyproject.toml (#1693)
* update pyproject.toml * update py dev version
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
|
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "node"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokenizers-python"
|
name = "tokenizers-python"
|
||||||
version = "0.20.4-dev.0"
|
version = "0.21.0-dev.0"
|
||||||
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
|
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = 'tokenizers'
|
name = 'tokenizers'
|
||||||
requires-python = '>=3.7'
|
requires-python = '>=3.9'
|
||||||
authors = [
|
authors = [
|
||||||
{name = 'Nicolas Patry', email = 'patry.nicolas@protonmail.com'},
|
{name = 'Nicolas Patry', email = 'patry.nicolas@protonmail.com'},
|
||||||
{name = 'Anthony Moi', email = 'anthony@huggingface.co'}
|
{name = 'Anthony Moi', email = 'anthony@huggingface.co'}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
authors = ["Anthony MOI <m.anthony.moi@gmail.com>", "Nicolas Patry <patry.nicolas@protonmail.com>"]
|
authors = ["Anthony MOI <m.anthony.moi@gmail.com>", "Nicolas Patry <patry.nicolas@protonmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
name = "tokenizers"
|
name = "tokenizers"
|
||||||
version = "0.20.4-dev.0"
|
version = "0.21.0-dev.0"
|
||||||
homepage = "https://github.com/huggingface/tokenizers"
|
homepage = "https://github.com/huggingface/tokenizers"
|
||||||
repository = "https://github.com/huggingface/tokenizers"
|
repository = "https://github.com/huggingface/tokenizers"
|
||||||
documentation = "https://docs.rs/tokenizers/"
|
documentation = "https://docs.rs/tokenizers/"
|
||||||
|
Reference in New Issue
Block a user