diff --git a/pman.py b/pman.py index 1c00794..8940bd5 100644 --- a/pman.py +++ b/pman.py @@ -6,7 +6,7 @@ from actors.ghost_mode_controller import GhostModeController from hud import HUD from maze import Maze -__version__ = "0.2.4" +__version__ = "0.2.5" def spawn_ghosts(center_position):