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-07-21 22:07:59 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-07-25 11:26:38 +0700
commiteb23230acba2715ceae45457db7bff7a911c1c43 (patch)
tree3b106a836c153426e36557190d4070226b60796f /setup.py
parent6dc590834e1c89e2aaa0172d930703c78e9ec27e (diff)
downloadbrutalmaze-eb23230acba2715ceae45457db7bff7a911c1c43.tar.gz
Use WASD instead of arrows for a less awkward default keybindings
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 debbff5..eab6a31 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.8.0',
+    version='0.8.1',
     description='A minimalist TPS game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',