From b2a7f4df34871886bfcb05ecf25a4ab91e99c402 Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Sun, 13 Oct 2024 20:45:58 -0400 Subject: [PATCH] Bump version minor to "0.6.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 365b12a..edc7e7d 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiktoken-rs" -version = "0.5.9" +version = "0.6.0" description = "Library for encoding and decoding with the tiktoken library in Rust" include = ["assets/**/*", "src/**/*", "README.md"] edition = "2021"