diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-07-01 21:53:14 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-07-02 11:04:46 +0700 |
commit | ffe6ba9855433502fc1fde8125a86bc81080ad09 (patch) | |
tree | 45a63181d20bb04c35ce86810b169e4ceb45800d /setup.py | |
parent | fc05e0ccee392985d67872507bc5476a5775142c (diff) | |
download | brutalmaze-ffe6ba9855433502fc1fde8125a86bc81080ad09.tar.gz |
Chocolate gets you high
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 6151256..7a9807e 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.7.7', + version='0.7.8', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |