about summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-18 12:34:18 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-18 12:34:18 +0700
commite2562e1698cc1aa053277660a7e67f5fcb60c77f (patch)
tree23bea32a6efb63492c4dadc0d7681f269a916142 /setup.py
parent7a0ace220c7acfa8df5a4fe494f424b5d9970a06 (diff)
downloadbrutalmaze-e2562e1698cc1aa053277660a7e67f5fcb60c77f.tar.gz
Prevent player from creating enemy when there isn't any
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',