Skip to content

Commit

Permalink
prep for v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AineeJames committed May 15, 2023
1 parent 3ce38f0 commit 82512a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpterminator/GPTerminator.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def printBanner(self):
|_____|__| |_| |___|_| |_|_|_|_|_|_|__,|_| |___|_|
"""
self.console.print(f"[bold green]{welcome_ascii}[/bold green]", end="")
self.console.print(f"[bright_black]Version: v0.1.10[/]")
self.console.print(f"[bright_black]Version: v0.1.11[/]")
self.console.print(f"[bright_black]System prompt: {self.sys_prmpt}[/]")
self.console.print(f"[bright_black]Model: {self.model}[/]")
self.console.print(
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gpterminator
version = 0.1.10
version = 0.1.11
author = Aiden Olsen
description = See https://github.com/AineeJames/ChatGPTerminator for more details!
long_description = file: README.md
Expand Down

0 comments on commit 82512a6

Please sign in to comment.