diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-19 15:30:30 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-19 15:30:30 +0700 |
commit | 2bd7352aec15bd7af5373db6ed0a2ba03d31b185 (patch) | |
tree | b0563c24b057d9ba9381660aff2119811acba637 /setup.py | |
parent | ace958677825cbde58a38911655f8011b0ee8131 (diff) | |
download | brutalmaze-2bd7352aec15bd7af5373db6ed0a2ba03d31b185.tar.gz |
Remove crazy score for server testing
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 15a477f..712ce41 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.6.2', + version='0.6.3', description='A minimalist hack and slash game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |