Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed Aug 9, 2022
1 parent 820d7da commit 7424601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="aitextgen",
packages=["aitextgen"], # this must be the same as the name above
version="0.5.2",
version="0.6.0",
description="A robust Python tool for text-based AI training and generation using GPT-2.",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand All @@ -19,7 +19,7 @@
install_requires=[
"transformers>=4.5.1",
"fire>=0.3.0",
"pytorch-lightning>=1.3.1",
"pytorch-lightning>=1.7.0",
"torch>=1.6.0",
],
)

0 comments on commit 7424601

Please sign in to comment.