From dd3f2a7fda9ebc31228d088b6403da5d0e20d821 Mon Sep 17 00:00:00 2001 From: Adam Yodinsky <27074934+adamyodinsky@users.noreply.github.com> Date: Fri, 7 Apr 2023 00:00:28 +0300 Subject: [PATCH] bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72ca3e8..460833b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "terminalgpt" -version = "1.0.15" +version = "1.0.16" description = "AI chat asistent in your terminal powered by OpenAI GPT-3.5" authors = ["Adam Yodinsky <27074934+adamyodinsky@users.noreply.github.com>"] keywords=["ai", "chat", "terminal", "openai", "gpt3", "chatGPT", "assistant", "gpt3.5", "terminalGPT", "gpt-3.5-turbo"]