From d38be16fbd8cf9f6372a96e9b0b8559dd54c00fb Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Mon, 22 Jan 2024 15:37:52 +0100 Subject: [PATCH] oups --- bindings/node/Cargo.toml | 2 +- bindings/python/Cargo.toml | 4 ++-- tokenizers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/node/Cargo.toml b/bindings/node/Cargo.toml index 7f664b914..94524ec3a 100644 --- a/bindings/node/Cargo.toml +++ b/bindings/node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Nicolas Patry "] edition = "2021" name = "node" -version = "0.15.1"" +version = "0.15.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 9f210ad21..6c631a39b 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokenizers-python" -version = "0.15.1"" +version = "0.15.1" authors = ["Anthony MOI "] edition = "2021" @@ -21,7 +21,7 @@ onig = { version = "6.4", default-features = false } itertools = "0.11" [dependencies.tokenizers] -version = "0.15.1"" +version = "0.15.1" path = "../../tokenizers" [dev-dependencies] diff --git a/tokenizers/Cargo.toml b/tokenizers/Cargo.toml index 01224a7ee..580ecb9ee 100644 --- a/tokenizers/Cargo.toml +++ b/tokenizers/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Anthony MOI ", "Nicolas Patry "] edition = "2018" name = "tokenizers" -version = "0.15.1"" +version = "0.15.1" homepage = "https://github.com/huggingface/tokenizers" repository = "https://github.com/huggingface/tokenizers" documentation = "https://docs.rs/tokenizers/"