From 5f686f99654ae22d3d587644b6e6d6cc3a5442ce Mon Sep 17 00:00:00 2001 From: Val Kharitonov Date: Wed, 18 Sep 2024 13:03:02 -0400 Subject: [PATCH] Bump version --- gptcli/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gptcli/__init__.py b/gptcli/__init__.py index d3ec452..3ced358 100644 --- a/gptcli/__init__.py +++ b/gptcli/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index 3e171f0..f23e794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gpt-command-line" -version = "0.2.0" +version = "0.2.1" description = "Command-line interface for ChatGPT and Claude" authors = [{name = "Val Kharitonov", email = "val@kharvd.com"}] readme = "README.md"