From bbc19df99f85f2e02a001c914d23b2b315f4a1c4 Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Fri, 1 Sep 2023 22:58:42 -0400 Subject: [PATCH] Bump version patch to "0.5.3" --- 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 953acc3..7334fdf 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiktoken-rs" -version = "0.5.2" +version = "0.5.3" description = "Library for encoding and decoding with the tiktoken library in Rust" rust-version = "1.72.0" include = ["assets/**/*", "src/**/*", "README.md"]