From e7d04930b32f5c8a066091cce6e4e9b494c821d3 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 24 Jun 2018 00:00:50 +0700 Subject: Use a more neutral algorithm to generate maze (#6) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bee16d6..7461f9c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.7.4', + version='0.7.5', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', -- cgit 1.4.1