Skip to content

Commit a5adaac

Browse files
committed
version 0.20.0
1 parent a8def07 commit a5adaac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 <nicolas@huggingface.co>"]
33
edition = "2021"
44
name = "node"
5-
version = "0.20.0-rc1"
5+
version = "0.20.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.0-rc1"
3+
version = "0.20.0"
44
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
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 <m.anthony.moi@gmail.com>", "Nicolas Patry <patry.nicolas@protonmail.com>"]
33
edition = "2018"
44
name = "tokenizers"
5-
version = "0.20.0-rc1"
5+
version = "0.20.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)