Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
batzner committed Apr 9, 2018
1 parent e80dbb3 commit 48c51cf
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 @@ -11,15 +11,15 @@
setup(
name="tensorlm",
packages=find_packages(exclude=["examples"]),
version="0.4",
version="0.4.1",
description="TensorFlow wrapper for deep neural text generation on character or word level "
"with RNNs / LSTMs",
long_description=long_description,
author="Kilian Batzner",
author_email="tensorlm@kilians.net",
license="MIT",
url="https://github.com/batzner/tensorlm",
download_url="https://github.com/batzner/tensorlm/archive/v0.4.tar.gz",
download_url="https://github.com/batzner/tensorlm/archive/v0.4.1.tar.gz",
keywords=["tensorflow", "text", "generation", "language", "model", "rnn", "lstm", "deep",
"neural", "char", "word"],
classifiers=[
Expand Down

0 comments on commit 48c51cf

Please sign in to comment.