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-08-08 20:05:21 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-08 20:05:21 +0700
commit1e7e981e815dc848a55c1325f6a891b427eb75de (patch)
tree40c152725f77138438c69bab994e288460754988 /setup.py
parent6d2f6d6ad3348570664d84c188560cb9ae4aac82 (diff)
downloadbrutalmaze-1e7e981e815dc848a55c1325f6a891b427eb75de.tar.gz
Fix stupid ass bugs 0.8.21
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 ef46b4a..c016e3f 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.8.20',
+    version='0.8.21',
     description='A minimalist TPS game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',