Skip to content

Commit

Permalink
Merge pull request #6 from narenaryan/fix/migrate-argparse-to-click
Browse files Browse the repository at this point in the history
fix: add missing package dependency
  • Loading branch information
narenaryan authored Jul 23, 2024
2 parents 8be8ed4 + 85bb990 commit 86dfec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies = [
"openai==1.33.0",
"rich==13.7.1",
"google-generativeai==0.6.0",
"click==8.1.7",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/promptml_cli/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable=invalid-name
version = "1.0.0"
version = "1.0.1"

0 comments on commit 86dfec2

Please sign in to comment.