diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-10-12 21:47:22 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-10-12 21:47:22 +0700 |
commit | 7d346a219acb2f3f64d922c3711d7be491ff7fdb (patch) | |
tree | 6cea7b1751b6df2003a93ba0fa13fe9aed5cd142 /setup.py | |
parent | b70c00eb8df3c0c8eea19e7d4aeafdeb7b30bef3 (diff) | |
download | brutalmaze-0.8.27.tar.gz |
Prevent the maze from trapping the hero 0.8.27
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 b06df68..0f98997 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.26', + version='0.8.27', description="Minimalist thrilling shoot 'em up game", long_description=long_description, url='https://github.com/McSinyx/brutalmaze', |