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"]