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-03-10 18:19:12 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-10 18:19:12 +0700
commitace958677825cbde58a38911655f8011b0ee8131 (patch)
treee0c4725fafd28e376136bbd46c80d38157377b08 /setup.py
parentd7eb9071a0c06238d78fc69cb4e21855823e1ed9 (diff)
downloadbrutalmaze-ace958677825cbde58a38911655f8011b0ee8131.tar.gz
Fix several bugs 0.6.2
* Set connection timeout to avoid hanging along with the client
* Now visible Chameleons are exported in server mode
* Disable manual slashing's bullets blocking so that there won't be no delay after this type of attack that make aiming stiff
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 48df9cf..15a477f 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.6.1',
+    version='0.6.2',
     description='A minimalist hack and slash game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',