Skip to content

Commit

Permalink
Merge branch 'main' into feat/split-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored Jan 22, 2024
2 parents fec22e0 + 8f73fe9 commit 2b0da4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 <nicolas@huggingface.co>"]
edition = "2021"
name = "node"
version = "0.15.1-dev.0"
version = "0.15.2-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.15.1-dev.0"
version = "0.15.2-dev.0"
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
edition = "2021"

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

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

[dev-dependencies]
Expand Down

0 comments on commit 2b0da4f

Please sign in to comment.