From 1f530a2d5aefc672e3b89de3f0ffbe15985fd131 Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Mon, 24 Apr 2023 14:50:00 -0400 Subject: [PATCH] Bump version patch to "0.3.7" --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5620b7..3a1d35c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -475,7 +475,7 @@ dependencies = [ [[package]] name = "gptee" -version = "0.3.6" +version = "0.3.7" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index cbdf488..c45eda8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gptee" -version = "0.3.6" +version = "0.3.7" edition = "2021" rust-version = "1.67" authors = ["Roger Zurawicki "]