From 7d346a219acb2f3f64d922c3711d7be491ff7fdb Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 12 Oct 2019 21:47:22 +0700 Subject: Prevent the maze from trapping the hero --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit 1.4.1