From 286b8591500e2433be6bcb2c0233f9ed1d09604a Mon Sep 17 00:00:00 2001 From: chonk-lain Date: Thu, 28 May 2026 18:36:28 +0100 Subject: [PATCH] bump version --- Cargo.lock | 4 ++-- crates/tokie-python/Cargo.toml | 2 +- crates/tokie-python/pyproject.toml | 2 +- crates/tokie/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 094d0bb..4254eaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1705,7 +1705,7 @@ dependencies = [ [[package]] name = "tokie" -version = "0.0.10-alpha.2" +version = "0.0.10" dependencies = [ "chunk", "crc32fast", @@ -1726,7 +1726,7 @@ dependencies = [ [[package]] name = "tokie-python" -version = "0.0.10-alpha.2" +version = "0.0.10" dependencies = [ "pyo3", "tokie", diff --git a/crates/tokie-python/Cargo.toml b/crates/tokie-python/Cargo.toml index ca7de7e..ef5d3e2 100644 --- a/crates/tokie-python/Cargo.toml +++ b/crates/tokie-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokie-python" -version = "0.0.10-alpha.2" +version = "0.0.10" edition = "2024" description = "Python bindings for tokie — blazingly fast tokenizer" license = "MIT OR Apache-2.0" diff --git a/crates/tokie-python/pyproject.toml b/crates/tokie-python/pyproject.toml index b3f0501..e0f843d 100644 --- a/crates/tokie-python/pyproject.toml +++ b/crates/tokie-python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "tokie" -version = "0.0.10a2" +version = "0.0.10" description = "Blazingly fast tokenizer — 50x faster, 10x smaller, 100% accurate" readme = "README_PYPI.md" requires-python = ">=3.10" diff --git a/crates/tokie/Cargo.toml b/crates/tokie/Cargo.toml index 87af8f8..6e6388e 100644 --- a/crates/tokie/Cargo.toml +++ b/crates/tokie/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokie" -version = "0.0.10-alpha.2" +version = "0.0.10" 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"