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-06-24 00:00:50 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-06-28 10:31:04 +0700
commite7d04930b32f5c8a066091cce6e4e9b494c821d3 (patch)
tree4fec59e820bfbce7a7535d4cb955fbd0750ab517 /setup.py
parent654a1a2c5e8a30a11002e859f84b46fc20ab4356 (diff)
downloadbrutalmaze-e7d04930b32f5c8a066091cce6e4e9b494c821d3.tar.gz
Use a more neutral algorithm to generate maze (#6)
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 bee16d6..7461f9c 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.7.4',
+    version='0.7.5',
     description='A minimalist TPS game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',