From e90376fc9fc03a217c85071c45d1651f5ddcf690 Mon Sep 17 00:00:00 2001 From: Craig Mayhew Date: Wed, 29 May 2024 17:02:52 +0100 Subject: [PATCH] Bump version to 0.1.9 in prep for crate release (#13) * chore: bump version to 0.1.9 in prep for crate release * chore: update authors --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b2d7b2..65d4ee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openai_api_rust" -version = "0.1.8" +version = "0.1.9" dependencies = [ "log", "mime", diff --git a/Cargo.toml b/Cargo.toml index 2fd345f..190b426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openai_api_rust" -version = "0.1.8" -authors = ["i@guantong.dev"] +version = "0.1.9" +authors = ["i@gt.email","craig@mayhew.io"] edition = "2021" license = "MIT" homepage = "https://github.com/openai-rs/openai-api" diff --git a/README.md b/README.md index 0f2890b..c1979bf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ___ Add the following to your Cargo.toml file: ```toml -openai_api_rust = "0.1.8" +openai_api_rust = "0.1.9" ``` Export your API key into the environment variables