Skip to content

Commit 84f85fd

Browse files
authored
Update gpt3discord.py version
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
1 parent 1455fdf commit 84f85fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gpt3discord.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
from models.openai_model import Model
3535

36-
__version__ = "12.3.9"
36+
__version__ = "12.4.0"
3737

3838

3939
PID_FILE = Path("bot.pid")
@@ -301,3 +301,4 @@ def init():
301301

302302
if __name__ == "__main__":
303303
sys.exit(init())
304+

0 commit comments

Comments
 (0)