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-31 22:06:28 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-05-31 22:07:07 +0700
commit654a1a2c5e8a30a11002e859f84b46fc20ab4356 (patch)
treef1ca68dac0f6f9efe6e3e74ed27a8fa92ec69e21 /setup.py
parentcbaec90dd12bc5d9bea63c315ce835c8207e6fa0 (diff)
downloadbrutalmaze-654a1a2c5e8a30a11002e859f84b46fc20ab4356.tar.gz
Fix bug that walls out of display can still be turned into enemies
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 6355eea..bee16d6 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.7.3',
+    version='0.7.4',
     description='A minimalist TPS game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',