From 966de585498782b0f3dac4e310406589c6ce03ee Mon Sep 17 00:00:00 2001 From: Jon Gauthier Date: Sun, 10 May 2020 11:25:48 -0400 Subject: [PATCH] release 1.0.0 --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c77adf0..ed62966 100644 --- a/setup.py +++ b/setup.py @@ -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",