Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hans committed May 10, 2020
1 parent b25c339 commit a5838ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
"crayons==0.3.0",
"docker==4.2.0",
"idna==2.9",
"python-dateutil==2.8.1",
"requests==2.23.0",
"six==1.14.0",
"tqdm==4.45.0",
"urllib3==1.25.9",
"websocket-client==0.57.0",
],
name="lm-zoo",
packages=["lm_zoo"],
scripts=["bin/lm-zoo"],
version="0.1rc2",
version="1.0.0",
python_requires=">=3.6",
license="MIT",
description="Command-line interface with state-of-the-art neural network language models",
author="Jon Gauthier",
Expand Down

0 comments on commit a5838ac

Please sign in to comment.