Skip to content

Commit 1d9dbb8

Browse files
committed
push the release
1 parent 95504c0 commit 1d9dbb8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ls: dir
4848
target: i686
4949
python-architecture: x86
50-
interpreter: 3.9 3.10 3.11 3.12 3.13
50+
interpreter: 3.10 3.11 3.12 3.13
5151
# - os: windows
5252
# ls: dir
5353
# target: aarch64

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.22.2-rc0"
5+
version = "0.22.2"
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.22.2-rc0"
3+
version = "0.22.2"
44
authors = ["Anthony MOI <[email protected]>"]
55
edition = "2021"
66

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.22.2-rc0"
5+
version = "0.22.2"
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)