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-10-07 21:59:39 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-07 21:59:39 +0700
commit377dda3db05e357fab3353ab4cfb25d318c4f73d (patch)
treeabf5fdd1d5f972bed8f9f0addc012c3d06d0078f /setup.py
parent865a3e3b71a92c19b947239f238660686faf92db (diff)
downloadbrutalmaze-377dda3db05e357fab3353ab4cfb25d318c4f73d.tar.gz
Implement touch-friendly control
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 c016e3f..bb96a75 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.8.21',
+    version='0.8.22',
     description='A minimalist TPS game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',