diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-05-31 22:06:28 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-05-31 22:07:07 +0700 |
commit | 654a1a2c5e8a30a11002e859f84b46fc20ab4356 (patch) | |
tree | f1ca68dac0f6f9efe6e3e74ed27a8fa92ec69e21 /setup.py | |
parent | cbaec90dd12bc5d9bea63c315ce835c8207e6fa0 (diff) | |
download | brutalmaze-654a1a2c5e8a30a11002e859f84b46fc20ab4356.tar.gz |
Fix bug that walls out of display can still be turned into enemies
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 6355eea..bee16d6 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.7.3', + version='0.7.4', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |