diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-08-05 18:05:07 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-08-05 18:05:07 +0700 |
commit | ba2aaeb1f1255737566ebcc9061a52f01a73bcce (patch) | |
tree | 72b06ae6c28c31b69e7407b0a09bbe9621a5b05c /setup.py | |
parent | 834fa33ec0e750061e4ebba1f9525b16ccb43dc9 (diff) | |
download | brutalmaze-ba2aaeb1f1255737566ebcc9061a52f01a73bcce.tar.gz |
Update socket output
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 eab6a31..ef46b4a 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.1', + version='0.8.20', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |