diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-05-22 20:44:22 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-05-22 20:44:22 +0700 |
commit | 8e6faa6d267afd96de1b5996712888c5ede497aa (patch) | |
tree | b480b3502fd6105f5058ed0844fbac8914b46a27 /setup.py | |
parent | eace9a270b74390e655802fea95f002902f6b08d (diff) | |
download | brutalmaze-8e6faa6d267afd96de1b5996712888c5ede497aa.tar.gz |
Fix Python 3 incompatibility
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 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', |