diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-02 00:13:23 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-02 22:28:49 +0700 |
commit | 7bd13996fbd4a45ac0875bb73719d13fed5a94ec (patch) | |
tree | c9f446026fdc5977401027213d3fc58b04b1a713 /setup.py | |
parent | 6f9eb44e2ad3f9cd7b33b8bed35beffbce4630fc (diff) | |
download | brutalmaze-7bd13996fbd4a45ac0875bb73719d13fed5a94ec.tar.gz |
Add command-line options for socket server
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 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', |