diff --git a/pyproject.toml b/pyproject.toml index f1437be..e383a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ dependencies = [ "openai==1.33.0", "rich==13.7.1", "google-generativeai==0.6.0", + "click==8.1.7", ] [project.urls] diff --git a/src/promptml_cli/__about__.py b/src/promptml_cli/__about__.py index 0cdaf2c..fe44698 100644 --- a/src/promptml_cli/__about__.py +++ b/src/promptml_cli/__about__.py @@ -1,2 +1,2 @@ # pylint: disable=invalid-name -version = "1.0.0" +version = "1.0.1"