diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-10 18:19:12 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-10 18:19:12 +0700 |
commit | ace958677825cbde58a38911655f8011b0ee8131 (patch) | |
tree | e0c4725fafd28e376136bbd46c80d38157377b08 /setup.py | |
parent | d7eb9071a0c06238d78fc69cb4e21855823e1ed9 (diff) | |
download | brutalmaze-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-x | setup.py | 2 |
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', |