Skip to content

Commit 48c51cf

Browse files
committed
Update release version
1 parent e80dbb3 commit 48c51cf

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
@@ -11,15 +11,15 @@
1111
setup(
1212
name="tensorlm",
1313
packages=find_packages(exclude=["examples"]),
14-
version="0.4",
14+
version="0.4.1",
1515
description="TensorFlow wrapper for deep neural text generation on character or word level "
1616
"with RNNs / LSTMs",
1717
long_description=long_description,
1818
author="Kilian Batzner",
1919
author_email="tensorlm@kilians.net",
2020
license="MIT",
2121
url="https://github.com/batzner/tensorlm",
22-
download_url="https://github.com/batzner/tensorlm/archive/v0.4.tar.gz",
22+
download_url="https://github.com/batzner/tensorlm/archive/v0.4.1.tar.gz",
2323
keywords=["tensorflow", "text", "generation", "language", "model", "rnn", "lstm", "deep",
2424
"neural", "char", "word"],
2525
classifiers=[

0 commit comments

Comments
 (0)