summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-10-12 21:47:22 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-10-12 21:47:22 +0700
commit7d346a219acb2f3f64d922c3711d7be491ff7fdb (patch)
tree6cea7b1751b6df2003a93ba0fa13fe9aed5cd142 /setup.py
parentb70c00eb8df3c0c8eea19e7d4aeafdeb7b30bef3 (diff)
downloadbrutalmaze-0.8.27.tar.gz
Prevent the maze from trapping the hero 0.8.27
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 b06df68..0f98997 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.8.26',
+    version='0.8.27',
     description="Minimalist thrilling shoot 'em up game",
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',