Skip to content

Commit

Permalink
udpate to version = "0.15.1-dev0" (#1390)
Browse files Browse the repository at this point in the history
* Apply suggestions from code review
  • Loading branch information
ArthurZucker authored Nov 15, 2023
1 parent f55822b commit e3bcef2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Nicolas Patry <[email protected]>"]
edition = "2021"
name = "node"
version = "0.14.2-dev.0"
version = "0.15.1-dev.0"

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

Expand Down
4 changes: 2 additions & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokenizers-python"
version = "0.14.2-dev.0"
version = "0.15.1-dev.0"
authors = ["Anthony MOI <[email protected]>"]
edition = "2021"

Expand All @@ -21,7 +21,7 @@ onig = { version = "6.4", default-features = false }
itertools = "0.11"

[dependencies.tokenizers]
version = "0.14.2-dev.0"
version = "0.15.1-dev.0"
path = "../../tokenizers"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Anthony MOI <[email protected]>", "Nicolas Patry <[email protected]>"]
edition = "2018"
name = "tokenizers"
version = "0.14.2-dev.0"
version = "0.15.1-dev.0"
homepage = "https://github.com/huggingface/tokenizers"
repository = "https://github.com/huggingface/tokenizers"
documentation = "https://docs.rs/tokenizers/"
Expand Down

0 comments on commit e3bcef2

Please sign in to comment.