Skip to content

Commit

Permalink
Changed version in setup.py new demo gif in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR1D committed Mar 28, 2023
1 parent fc59c23 commit f8fa845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A command-line productivity tool powered by OpenAI's ChatGPT (GPT-3.5). As developers, we can leverage ChatGPT capabilities to generate shell commands, code snippets, comments, and documentation, among other things. Forget about cheat sheets and notes, with this tool you can get accurate answers right in your terminal, and you'll probably find yourself reducing your daily Google searches, saving you valuable time and effort.

<div align="center">
<img src="https://i.ibb.co/cNLN99f/output-rescaled.gif" width="800"/>
<img src="https://i.ibb.co/nzPqnVd/sgpt-v0-8.gif" width="800"/>
</div>

## Installation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# pylint: disable=consider-using-with
setup(
name="shell_gpt",
version="0.7.3",
version="0.8.0",
packages=find_packages(),
install_requires=[
"typer~=0.7.0",
Expand Down

0 comments on commit f8fa845

Please sign in to comment.