diff --git a/pyproject.toml b/pyproject.toml index 0d581c8..aef70ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chatgpt-cli-md" -version = "0.1.6" +version = "0.1.7" 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"