diff --git a/Cargo.lock b/Cargo.lock index e7027e7..a1c8bc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,7 +1317,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "openai-harmony" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index d3123ef..0619a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-harmony" -version = "0.0.5" +version = "0.0.6" edition = "2021" license = "Apache-2.0" repository = "https://github.com/openai/harmony"