about summary refs log tree commit diff homepage
path: root/brutalmaze/game.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 /brutalmaze/game.py
parenteace9a270b74390e655802fea95f002902f6b08d (diff)
downloadbrutalmaze-8e6faa6d267afd96de1b5996712888c5ede497aa.tar.gz
Fix Python 3 incompatibility
Diffstat (limited to 'brutalmaze/game.py')
-rw-r--r--brutalmaze/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/brutalmaze/game.py b/brutalmaze/game.py
index de70881..74d6225 100644
--- a/brutalmaze/game.py
+++ b/brutalmaze/game.py
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with Brutal Maze.  If not, see <https://www.gnu.org/licenses/>.
 
-__version__ = '0.7.1'
+__version__ = '0.7.3'
 
 import re
 from argparse import ArgumentParser, FileType, RawTextHelpFormatter