about summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-19 15:30:30 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-19 15:30:30 +0700
commit2bd7352aec15bd7af5373db6ed0a2ba03d31b185 (patch)
treeb0563c24b057d9ba9381660aff2119811acba637 /setup.py
parentace958677825cbde58a38911655f8011b0ee8131 (diff)
downloadbrutalmaze-2bd7352aec15bd7af5373db6ed0a2ba03d31b185.tar.gz
Remove crazy score for server testing
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
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',