From 12d863c00fe8e9813e1d8c3cbb3abc516f73babc Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Mon, 15 Jan 2024 09:10:42 +0100 Subject: [PATCH] chore: Release gptman version 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 913dfd8..bfc6766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,7 +269,7 @@ dependencies = [ [[package]] name = "gptman" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ansi_term", "bincode", diff --git a/Cargo.toml b/Cargo.toml index e8b4a84..d4abbf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gptman" -version = "1.0.2" +version = "1.1.0" authors = ["Cecile Tonglet "] license = "MIT OR Apache-2.0" edition = "2021"