From 8c825ab3472a729a6ac7929324e5e9a4862ec313 Mon Sep 17 00:00:00 2001 From: Alexander Amini Date: Tue, 24 May 2022 04:18:37 -0400 Subject: [PATCH] v2.0.5 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d10ce6ff..3f9845d1 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ packages=find_packages(include=['vista', 'vista.*']), setup_requires=setup_requirements, url='https://github.com/vista-simulator/vista', - download_url = 'https://github.com/vista-simulator/vista/archive/v2.0.4.tar.gz', - version='2.0.4', + download_url = 'https://github.com/vista-simulator/vista/archive/refs/tags/2.0.5.tar.gz', + version='2.0.5', zip_safe=False, )