Skip to content

Commit 4c36ea7

Browse files
committed
Version bump
1 parent 2b56a16 commit 4c36ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
setup(
4848
name='gpt_2_simple',
4949
packages=['gpt_2_simple'], # this must be the same as the name above
50-
version='0.5.3',
50+
version='0.5.4',
5151
description="Python package to easily retrain OpenAI's GPT-2 " \
5252
"text-generating model on new texts.",
5353
long_description=long_description,

0 commit comments

Comments
 (0)