diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-07-20 14:59:32 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-07-20 15:01:03 +0700 |
commit | 6dc590834e1c89e2aaa0172d930703c78e9ec27e (patch) | |
tree | 23e93ebf776d1d41f4fd99890ebc992f6dabd652 /setup.py | |
parent | ffe6ba9855433502fc1fde8125a86bc81080ad09 (diff) | |
download | brutalmaze-6dc590834e1c89e2aaa0172d930703c78e9ec27e.tar.gz |
Revise documentation and bump to version 0.8 0.8.0
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 7a9807e..debbff5 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.7.8', + version='0.8.0', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |