Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed Aug 8, 2018
1 parent 9ea544c commit cceced2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
opposed to normal LSTM implementations.
- Able to train the model using contextual labels,
allowing it to learn faster and produce better results in some cases.
- Able to generate text interactively for customized stories.
'''


setup(
name='textgenrnn',
packages=['textgenrnn'], # this must be the same as the name above
version='1.3.2',
version='1.4',
description='Easily train your own text-generating neural network ' \
'of any size and complexity',
long_description=long_description,
Expand Down

0 comments on commit cceced2

Please sign in to comment.