From f509c1c9f36c226e98dd45049a2ca17b9b8efc79 Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Tue, 14 Nov 2023 09:03:04 -0500 Subject: [PATCH] Bump version patch to "0.5.7" --- 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 72696a5..0c75951 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiktoken-rs" -version = "0.5.6" +version = "0.5.7" description = "Library for encoding and decoding with the tiktoken library in Rust" include = ["assets/**/*", "src/**/*", "README.md"] edition = "2021"