Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed May 17, 2021
1 parent b22a20d commit 6e07361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transformers>=4.5.1
fire>=0.3.0
pytorch-lightning>=1.2.7
pytorch-lightning>=1.3.1
torch>=1.6.0
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.1",
version="0.5.2",
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.2.7",
"pytorch-lightning>=1.3.1",
"torch>=1.6.0",
],
)

0 comments on commit 6e07361

Please sign in to comment.