diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-24 12:45:25 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-24 13:20:31 +0700 |
commit | 622df8c361b2da20693962fb4f119edffa69228f (patch) | |
tree | 42272342de983e1c435881aeae8b07c586a7e5e2 /setup.py | |
parent | 4f18daa2342fb4a0d97b1e241d19674d3ab9df60 (diff) | |
download | brutalmaze-622df8c361b2da20693962fb4f119edffa69228f.tar.gz |
Fix zombie enemies and heart rate 0.8.26
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 15bf0da..b06df68 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.25', + version='0.8.26', description="Minimalist thrilling shoot 'em up game", long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |