about summary refs log tree commit diff homepage
path: root/brutalmaze
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-24 21:52:46 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-24 21:52:46 +0700
commitc61bd8acc710d1ec086246b61a545291b2d66ecb (patch)
tree964955b59cde1b19fac55fda6542cdbca163e9b1 /brutalmaze
parent22b0e683bf72ee37a2e0be99362ed898b7db04e9 (diff)
downloadbrutalmaze-c61bd8acc710d1ec086246b61a545291b2d66ecb.tar.gz
Update documentation pointers
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 fef7494..ecf23d6 100644
--- a/brutalmaze/game.py
+++ b/brutalmaze/game.py
@@ -16,7 +16,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.9.2'
+__version__ = '0.9.3'
 
 import re
 from argparse import ArgumentParser, FileType, RawTextHelpFormatter