Skip to content

Commit d13a182

Browse files
committed
bump version
1 parent db9cb9a commit d13a182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="aitextgen",
55
packages=["aitextgen"], # this must be the same as the name above
6-
version="0.5.0",
6+
version="0.5.1",
77
description="A robust Python tool for text-based AI training and generation using GPT-2.",
88
long_description=open("README.md", "r", encoding="utf-8").read(),
99
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)