diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-28 15:50:13 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-28 15:50:13 +0700 |
commit | be6c2fedea57177b75bc1f50dfc016d672be92b1 (patch) | |
tree | e64b77992c5a04bc58e229800db5fbcc201f057a /setup.py | |
parent | bad902d02eb6be8ca1adbd311c94535a12a0b755 (diff) | |
download | brutalmaze-be6c2fedea57177b75bc1f50dfc016d672be92b1.tar.gz |
Update documentation related to #11
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 bb96a75..2ffd2c0 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.22', + version='0.8.23', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |