Skip to content

Commit

Permalink
Modified: version > 0.2.7 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
signebedi committed May 25, 2023
1 parent 3926dd7 commit a733663
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gptty/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__name__ = "gptty"
__author__ = "Sig Janoska-Bedi"
__credits__ = ["Sig Janoska-Bedi"]
__version__ = "0.2.6"
__version__ = "0.2.7"
__license__ = "MIT"
__maintainer__ = "Sig Janoska-Bedi"
__email__ = "signe@atreeus.com"
Expand Down
2 changes: 1 addition & 1 deletion gptty/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__name__ = "gptty"
__author__ = "Sig Janoska-Bedi"
__credits__ = ["Sig Janoska-Bedi"]
__version__ = "0.2.6"
__version__ = "0.2.7"
__license__ = "MIT"
__maintainer__ = "Sig Janoska-Bedi"
__email__ = "signe@atreeus.com"
Expand Down
2 changes: 1 addition & 1 deletion gptty/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__name__ = "gptty.config"
__author__ = "Sig Janoska-Bedi"
__credits__ = ["Sig Janoska-Bedi"]
__version__ = "0.2.6"
__version__ = "0.2.7"
__license__ = "MIT"
__maintainer__ = "Sig Janoska-Bedi"
__email__ = "signe@atreeus.com"
Expand Down
2 changes: 1 addition & 1 deletion gptty/context.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__name__ = "gptty.context"
__author__ = "Sig Janoska-Bedi"
__credits__ = ["Sig Janoska-Bedi"]
__version__ = "0.2.6"
__version__ = "0.2.7"
__license__ = "MIT"
__maintainer__ = "Sig Janoska-Bedi"
__email__ = "signe@atreeus.com"
Expand Down
2 changes: 1 addition & 1 deletion gptty/gptty.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__name__ = "gptty.gptty"
__author__ = "Sig Janoska-Bedi"
__credits__ = ["Sig Janoska-Bedi"]
__version__ = "0.2.6"
__version__ = "0.2.7"
__license__ = "MIT"
__maintainer__ = "Sig Janoska-Bedi"
__email__ = "signe@atreeus.com"
Expand Down
2 changes: 1 addition & 1 deletion gptty/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__name__ = "gptty.tagging"
__author__ = "Sig Janoska-Bedi"
__credits__ = ["Sig Janoska-Bedi"]
__version__ = "0.2.6"
__version__ = "0.2.7"
__license__ = "MIT"
__maintainer__ = "Sig Janoska-Bedi"
__email__ = "signe@atreeus.com"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='gptty',
version="0.2.6",
version="0.2.7",
description='Chat GPT wrapper in your TTY ',
author='Sig Janoska-Bedi',
author_email='signe@atreeus.com',
Expand Down

0 comments on commit a733663

Please sign in to comment.