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>2019-10-13 17:45:44 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-10-13 17:45:44 +0700
commite2149b18c27f536ea823ffe1a925ac483cafe3ec (patch)
treea943cf4e16ce009c4eea1ef5a18ddf77958209f2 /setup.py
parent7d346a219acb2f3f64d922c3711d7be491ff7fdb (diff)
downloadbrutalmaze-e2149b18c27f536ea823ffe1a925ac483cafe3ec.tar.gz
Remove debugging print and improve style 0.8.28
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 0f98997..a8a5ae8 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.8.27',
+    version='0.8.28',
     description="Minimalist thrilling shoot 'em up game",
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',