Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Fix false update detection by bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi committed Mar 26, 2024
1 parent a445853 commit 035a3ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
"chatgpt free",
]
name = "sengpt"
version = "0.1.1"
version = "0.1.2"
description = "ChatGPT in your terminal, no OpenAI API key required"
authors = ["SenZmaKi <senzmaki@gmail.com>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion sengpt/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def help_info() -> str:
return f"""
{DESCRIPTION}
Usage: senpgt [prompt] [options]
Usage: sengpt [prompt] [options]
-h, --help Show help message and exit
-v, --version Show the version information
Expand Down
2 changes: 1 addition & 1 deletion sengpt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# FIXME: Update to False on push
DEBUG = False
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
VERSION = "0.1.0"
VERSION = "0.1.2"
V_VERSION = f"v{VERSION}"


Expand Down

0 comments on commit 035a3ee

Please # to comment.