From a49b9b3622481c1a554d67fb47616b4c11c8f554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sat, 28 Oct 2023 23:49:06 +0200 Subject: [PATCH] 1.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94d2f28..870e507 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ # package_data={'solarwolf': []}, url='https://github.com/pygame/solarwolf', install_requires=['pygame'], - version='1.6.0.dev7', + version='1.6.0', entry_points={ 'console_scripts': [ 'solarwolf=solarwolf.cli:main',