From 63e24f689e21f6d909b87c8d890d177007169684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sat, 28 Oct 2023 23:09:04 +0200 Subject: [PATCH] 1.6.0.dev6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 816dd5e..f0e5d86 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.dev5', + version='1.6.0.dev6', entry_points={ 'console_scripts': [ 'solarwolf=solarwolf.cli:main',