Skip to content

Commit ae34591

Browse files
authored
Bump version to 1.0.0 - stable AI content generation for JudgeGPT
Finalized AI news generation pipeline for JudgeGPT. Data schema locked. Ready for large-scale text generation.
1 parent 16eb33b commit ae34591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pymongo.server_api import ServerApi
1212

1313
__name__ = "RogueGPT"
14-
__version__ = "0.9.3"
14+
__version__ = "1.0.0"
1515
__author__ = "Alexander Loth"
1616
__email__ = "Alexander.Loth@microsoft.com"
1717
__research_paper__ = "https://arxiv.org/abs/2404.03021"

0 commit comments

Comments
 (0)