Skip to content

Commit 24d29f4

Browse files
authored
Update dev version and pyproject.toml (#1693)
* update pyproject.toml * update py dev version
1 parent 1bf2a66 commit 24d29f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Nicolas Patry <[email protected]>"]
33
edition = "2021"
44
name = "node"
5-
version = "0.20.4-dev.0"
5+
version = "0.21.0-dev.0"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokenizers-python"
3-
version = "0.20.4-dev.0"
3+
version = "0.21.0-dev.0"
44
authors = ["Anthony MOI <[email protected]>"]
55
edition = "2021"
66

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'tokenizers'
3-
requires-python = '>=3.7'
3+
requires-python = '>=3.9'
44
authors = [
55
{name = 'Nicolas Patry', email = '[email protected]'},
66
{name = 'Anthony Moi', email = '[email protected]'}

tokenizers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Anthony MOI <[email protected]>", "Nicolas Patry <[email protected]>"]
33
edition = "2018"
44
name = "tokenizers"
5-
version = "0.20.4-dev.0"
5+
version = "0.21.0-dev.0"
66
homepage = "https://github.com/huggingface/tokenizers"
77
repository = "https://github.com/huggingface/tokenizers"
88
documentation = "https://docs.rs/tokenizers/"

0 commit comments

Comments
 (0)