diff --git a/Cargo.lock b/Cargo.lock index 53ce59f..3b51a4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "aha" -version = "0.1.8" +version = "0.2.0" dependencies = [ "aha_openai_dive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7fcc738..c95897f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aha" -version = "0.1.8" +version = "0.2.0" edition = "2024" repository = "https://github.com/jhqxxx/aha" license = "Apache-2.0"