about summary refs log tree commit diff homepage
path: root/setup.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-05-22 20:44:22 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-05-22 20:44:22 +0700
commit8e6faa6d267afd96de1b5996712888c5ede497aa (patch)
treeb480b3502fd6105f5058ed0844fbac8914b46a27 /setup.py
parenteace9a270b74390e655802fea95f002902f6b08d (diff)
downloadbrutalmaze-8e6faa6d267afd96de1b5996712888c5ede497aa.tar.gz
Fix Python 3 incompatibility
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',