From e5576c7c38264a42646910fcb9f41259fd7b5046 Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Sat, 21 Oct 2023 19:19:15 -0400 Subject: [PATCH] Bump version patch to "0.5.6" --- 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 dbb3642..72696a5 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiktoken-rs" -version = "0.5.5" +version = "0.5.6" description = "Library for encoding and decoding with the tiktoken library in Rust" include = ["assets/**/*", "src/**/*", "README.md"] edition = "2021"