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-06-25 21:40:19 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-06-28 10:31:04 +0700
commitfc05e0ccee392985d67872507bc5476a5775142c (patch)
treef31a5333361d142466b142a90a1d3ed5dde3d2be /setup.py
parent3507a52ac720afc7c22a1354033e65b4df64faae (diff)
downloadbrutalmaze-fc05e0ccee392985d67872507bc5476a5775142c.tar.gz
Prevent gang-bang and re-balance gameplay
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 7461f9c..6151256 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.7.5',
+    version='0.7.7',
     description='A minimalist TPS game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',