From e2562e1698cc1aa053277660a7e67f5fcb60c77f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 18 Mar 2019 12:34:18 +0700 Subject: Prevent player from creating enemy when there isn't any --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ad9814a..15bf0da 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.24', + version='0.8.25', description="Minimalist thrilling shoot 'em up game", long_description=long_description, url='https://github.com/McSinyx/brutalmaze', -- cgit 1.4.1