From 3de9888ff5424040680c1977ac233b060aa17035 Mon Sep 17 00:00:00 2001 From: Jerry Yang Date: Tue, 4 Apr 2023 12:06:58 +0800 Subject: [PATCH] bump: version (v0.1.10 -> v0.1.11) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 424a937..c383458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chatgpt-cli-md" -version = "0.1.10" +version = "0.1.11" description = "A markdown-supported command-line interface tool that connects to ChatGPT using OpenAI's API key." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.8"