Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Nov 12, 2023
1 parent 429fcf4 commit 98e136e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gpt3discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from models.openai_model import Model


__version__ = "12.2.1"
__version__ = "12.2.2"


PID_FILE = Path("bot.pid")
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ include = [
"cogs/*.py",
"models/*.py",
"services/*.py",
"utils/*.py",
"gpt3discord.py",
]

Expand Down

0 comments on commit 98e136e

Please sign in to comment.