diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-10-13 17:45:44 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-10-13 17:45:44 +0700 |
commit | e2149b18c27f536ea823ffe1a925ac483cafe3ec (patch) | |
tree | a943cf4e16ce009c4eea1ef5a18ddf77958209f2 /setup.py | |
parent | 7d346a219acb2f3f64d922c3711d7be491ff7fdb (diff) | |
download | brutalmaze-0.8.28.tar.gz |
Remove debugging print and improve style 0.8.28
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 0f98997..a8a5ae8 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.27', + version='0.8.28', description="Minimalist thrilling shoot 'em up game", long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |