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):