From de3fa68fa63dd52b8d20a2e47f377b3238a1f36f Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:00:10 +0800 Subject: [PATCH] recover version --- elevator_saga/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elevator_saga/__init__.py b/elevator_saga/__init__.py index d20e6e3..265c437 100644 --- a/elevator_saga/__init__.py +++ b/elevator_saga/__init__.py @@ -6,5 +6,5 @@ A Python implementation of the Elevator Saga game with event-driven architecture realistic elevator dispatch algorithm development and testing. """ -__version__ = "0.0.3" +__version__ = "0.0.2" __author__ = "ZGCA Team"