Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tokie-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokie-python"
version = "0.0.10-alpha.1"
version = "0.0.10-alpha.2"
edition = "2024"
description = "Python bindings for tokie — blazingly fast tokenizer"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tokie-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "tokie"
version = "0.0.10a1"
version = "0.0.10a2"
description = "Blazingly fast tokenizer — 50x faster, 10x smaller, 100% accurate"
readme = "README_PYPI.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion crates/tokie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokie"
version = "0.0.10-alpha.1"
version = "0.0.10-alpha.2"
edition = "2024"
description = "Blazingly fast tokenizer - 50x faster tokenization, 10x smaller model files, 100% accurate drop-in replacement for HuggingFace"
license = "MIT OR Apache-2.0"
Expand Down
Loading