From 59afa12348eab8fa49c546c2c68f1b77e144b12d Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Thu, 2 Mar 2023 21:03:40 -0500 Subject: [PATCH] Bump version minor to "0.2.0" --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c029f0..0d0c5e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "gptee" -version = "0.1.8" +version = "0.2.0" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index 8bca3d1..d98ce8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gptee" -version = "0.1.8" +version = "0.2.0" edition = "2021" rust-version = "1.67" authors = ["Roger Zurawicki "]