Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paramsingh committed Feb 15, 2023
1 parent 5676a42 commit a0b93f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion huh/huh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ or open a GitHub issue (https://github.com/paramsingh/huh).
def solve():
openai.api_key = keyring.get_password('huh', 'openai_key')
if not openai.api_key:
click.echo("Please run 'huh setup' first.")
click.echo(
"Could not find an OpenAI API key. Please run 'huh setup' first.")
return
command = click.prompt("Enter the command you ran")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):

setup(
name="huh",
version="0.0.1",
version="0.0.2",
author="Param Singh",
author_email="[email protected]",
description="A tool to help you understand error messages.",
Expand Down

0 comments on commit a0b93f8

Please sign in to comment.