Skip to content

Commit 7424601

Browse files
committed
version bumps
1 parent 820d7da commit 7424601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
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.2",
6+
version="0.6.0",
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",
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
"transformers>=4.5.1",
2121
"fire>=0.3.0",
22-
"pytorch-lightning>=1.3.1",
22+
"pytorch-lightning>=1.7.0",
2323
"torch>=1.6.0",
2424
],
2525
)

0 commit comments

Comments
 (0)