diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-06-25 21:40:19 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-06-28 10:31:04 +0700 |
commit | fc05e0ccee392985d67872507bc5476a5775142c (patch) | |
tree | f31a5333361d142466b142a90a1d3ed5dde3d2be /setup.py | |
parent | 3507a52ac720afc7c22a1354033e65b4df64faae (diff) | |
download | brutalmaze-fc05e0ccee392985d67872507bc5476a5775142c.tar.gz |
Prevent gang-bang and re-balance gameplay
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 7461f9c..6151256 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.7.5', + version='0.7.7', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |