From dafedb4eb0bbdc214f4f900d377cbe3d418247ce Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Fri, 17 Mar 2023 20:11:43 -0400 Subject: [PATCH] Bump version minor to v0.3.0 --- tiktoken-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiktoken-rs/Cargo.toml b/tiktoken-rs/Cargo.toml index 4424832..85abe48 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiktoken-rs" -version = "0.2.2" +version = "0.3.0" description = "Library for encoding and decoding with the tiktoken library in Rust" rust-version = "1.57.0" edition.workspace = true