diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-02-13 20:51:41 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-02-13 20:51:41 +0700 |
commit | 6a4f7e47aed7510e8e45bddf1308fe4eeb87534d (patch) | |
tree | be6cf79ce70194b02b0ad875f1688e493c86ef04 /setup.py | |
parent | 465be4493db11a458ae05c1be67bac109c753fb0 (diff) | |
download | brutalmaze-6a4f7e47aed7510e8e45bddf1308fe4eeb87534d.tar.gz |
Add argument parser
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 8a2421a..db966d1 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.5.0', - description='A hash and slash game with fast-paced action and a minimalist art style', + version='0.5.1', + description='A minimalist hack and slash game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', author='Nguyễn Gia Phong', |