We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9cb9a commit d13a182Copy full SHA for d13a182
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="aitextgen",
5
packages=["aitextgen"], # this must be the same as the name above
6
- version="0.5.0",
+ version="0.5.1",
7
description="A robust Python tool for text-based AI training and generation using GPT-2.",
8
long_description=open("README.md", "r", encoding="utf-8").read(),
9
long_description_content_type="text/markdown",
0 commit comments