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-10-28 15:50:13 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-28 15:50:13 +0700
commitbe6c2fedea57177b75bc1f50dfc016d672be92b1 (patch)
treee64b77992c5a04bc58e229800db5fbcc201f057a /setup.py
parentbad902d02eb6be8ca1adbd311c94535a12a0b755 (diff)
downloadbrutalmaze-be6c2fedea57177b75bc1f50dfc016d672be92b1.tar.gz
Update documentation related to #11
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 bb96a75..2ffd2c0 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.8.22',
+    version='0.8.23',
     description='A minimalist TPS game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',