From 12d24bb11ba3dca860e3e77eb45be7b75df7ebdc Mon Sep 17 00:00:00 2001 From: Sergio <tessaris@inf.unibz.it> Date: Tue, 22 Sep 2020 17:17:05 +0200 Subject: [PATCH] chore: version bump --- wumpus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wumpus/__init__.py b/wumpus/__init__.py index ad2992d..dc219a7 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, Coordinate, coord -__version__ = '0.1.4' \ No newline at end of file +__version__ = '0.2.0' -- GitLab