diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-06-24 00:00:50 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-06-28 10:31:04 +0700 |
commit | e7d04930b32f5c8a066091cce6e4e9b494c821d3 (patch) | |
tree | 4fec59e820bfbce7a7535d4cb955fbd0750ab517 /setup.py | |
parent | 654a1a2c5e8a30a11002e859f84b46fc20ab4356 (diff) | |
download | brutalmaze-e7d04930b32f5c8a066091cce6e4e9b494c821d3.tar.gz |
Use a more neutral algorithm to generate maze (#6)
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 bee16d6..7461f9c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.7.4', + version='0.7.5', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |