From 8e6faa6d267afd96de1b5996712888c5ede497aa Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 22 May 2018 20:44:22 +0700 Subject: Fix Python 3 incompatibility --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fe0128c..6355eea 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.7.1', + version='0.7.3', description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', -- cgit 1.4.1