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>"]
|
||||
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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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'}
|
||||
|
Reference in New Issue
Block a user