From 281559d03ea119c8afdcd1bd2c90fe0858989f92 Mon Sep 17 00:00:00 2001 From: Jim Fleming Date: Sat, 6 Jul 2019 14:28:30 -0700 Subject: [PATCH] Update downloads version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfa26d1..40302cc 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/fomorians/gym_tool_use", - download_url="https://github.com/fomorians/gym_tool_use/archive/v0.2.tar.gz", + download_url="https://github.com/fomorians/gym_tool_use/archive/v1.0.0.tar.gz", license="Apache 2.0", packages=find_packages(), install_requires=install_requires,