From 9289eba3c8de9be16ad0b271e132207998bdec1d Mon Sep 17 00:00:00 2001
From: Sergio <sergio@tessaris.info>
Date: Thu, 17 Oct 2019 11:00:11 +0200
Subject: [PATCH] version bumb

---
 wumpus/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wumpus/__init__.py b/wumpus/__init__.py
index 413ab15..41a5671 100644
--- a/wumpus/__init__.py
+++ b/wumpus/__init__.py
@@ -1,4 +1,4 @@
 from wumpus.wumpus import WumpusWorld, Hunter, Wumpus, Pit, Gold, Exit
 from wumpus.gridworld import Player, UserPlayer, RandomPlayer
 
-__version__ = '0.1.0'
\ No newline at end of file
+__version__ = '0.1.1'
\ No newline at end of file
-- 
GitLab