From 01fa926a119793979a2ce38f8d5cae10950b7181 Mon Sep 17 00:00:00 2001 From: Alexander Neubeck Date: Wed, 26 Aug 2026 09:09:57 +0200 Subject: [PATCH] Bump bpe-openai version Prepare the 0.3.1 patch release containing the contributed pretokenization optimization. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f922e63e-969b-47b1-86a0-3a54220589f2 --- crates/bpe-openai/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bpe-openai/Cargo.toml b/crates/bpe-openai/Cargo.toml index e272c65..aeb6e69 100644 --- a/crates/bpe-openai/Cargo.toml +++ b/crates/bpe-openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpe-openai" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Prebuilt fast byte-pair encoders for OpenAI." repository = "https://github.com/github/rust-gems"