From a0bca6e2afdfcddeea76733e1362e4c2dc9ca423 Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Mon, 18 Sep 2023 10:41:49 -0400 Subject: [PATCH] Bump version patch to "0.5.4" --- 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 26d7b70..8cf10f9 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiktoken-rs" -version = "0.5.3" +version = "0.5.4" description = "Library for encoding and decoding with the tiktoken library in Rust" include = ["assets/**/*", "src/**/*", "README.md"] edition = "2021"