diff --git a/setup.py b/setup.py index f0e5d86..94d2f28 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.dev6', + version='1.6.0.dev7', entry_points={ 'console_scripts': [ 'solarwolf=solarwolf.cli:main',