From b6fe386cb942825c9f41a54998bec59c75f1713a Mon Sep 17 00:00:00 2001 From: Dan Lawrence Date: Thu, 26 Mar 2020 10:46:07 +0000 Subject: [PATCH] - updating download url for 0.5.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8292e125..24170484 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def _post_install(): "theme files to control the look and a system to manage multiple windows of GUI stuff.", keywords=["pygame", "gui", "ui"], url='https://github.com/MyreMylar/pygame_gui', - download_url='https://github.com/MyreMylar/pygame_gui/archive/v_041.tar.gz', + download_url='https://github.com/MyreMylar/pygame_gui/archive/v_050.tar.gz', author='Dan Lawrence', author_email='danintheshed@gmail.com', license='MIT',