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>2018-05-21 23:21:20 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-05-22 09:54:08 +0700
commit9a896890fab2c831bacbda52bab8c78a182dd141 (patch)
tree3316f2799cbdece37db02aeedf2483d3ba43066b /setup.py
parent9dff378b57fbe16aa9edde9e3bc4eab959081e83 (diff)
downloadbrutalmaze-9a896890fab2c831bacbda52bab8c78a182dd141.tar.gz
Turn wall grids into enemies when they are shot
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 5588f06..fe0128c 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.7.0',
+    version='0.7.1',
     description='A minimalist TPS game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',