about summary refs log tree commit diff homepage
path: root/brutalmaze
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-04-04 23:35:43 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-04-04 23:35:43 +0700
commit92a41b3cff725da25c510b1684d9a72acd8cc0c8 (patch)
tree4d07c6ccc89dacc184ad6a501861c04289a85723 /brutalmaze
parente63a1d8dc812d799ebea6960387263f321187292 (diff)
downloadbrutalmaze-92a41b3cff725da25c510b1684d9a72acd8cc0c8.tar.gz
Fix broken argument parser on Windows 0.6.5
Diffstat (limited to 'brutalmaze')
-rw-r--r--brutalmaze/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/brutalmaze/game.py b/brutalmaze/game.py
index cbe5e6c..f155ad9 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.6.4'
+__version__ = '0.6.5'
 
 import re
 from argparse import ArgumentParser, FileType, RawTextHelpFormatter