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-02 00:13:23 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-02 22:28:49 +0700
commit7bd13996fbd4a45ac0875bb73719d13fed5a94ec (patch)
treec9f446026fdc5977401027213d3fc58b04b1a713 /setup.py
parent6f9eb44e2ad3f9cd7b33b8bed35beffbce4630fc (diff)
downloadbrutalmaze-7bd13996fbd4a45ac0875bb73719d13fed5a94ec.tar.gz
Add command-line options for socket server
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 9b3e3da..91f480c 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.5.5',
+    version='0.5.6',
     description='A minimalist hack and slash game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',