From b1424802910fffbd13b365121ea0c5f17ae2ae3c Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Sat, 19 Apr 2025 20:01:44 +0200 Subject: [PATCH] Update. /JL --- pman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pman.py b/pman.py index 96e6364..0c1970f 100644 --- a/pman.py +++ b/pman.py @@ -7,7 +7,7 @@ from actors.ghost_mode_controller import GhostModeController from hud import HUD from maze import Maze -__version__ = "0.2.7" +__version__ = "0.3.1" def spawn_ghosts(center_position):