From c5ef887fbbc3f466e1b744a1d6ae0d36957cc5f1 Mon Sep 17 00:00:00 2001 From: Jerry Yang Date: Mon, 3 Apr 2023 12:44:57 +0800 Subject: [PATCH] bump: version (0.1.9 -> 0.1.10) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9cc95e..424a937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chatgpt-cli-md" -version = "0.1.9" +version = "0.1.10" 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"