From 8ae77f6b2ae5aea1b5aa66e5ad4c2ba3ad170869 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:35:15 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.9=20=E2=86=92=200.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- elevator_saga/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2b24366..42b11d5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.9 +current_version = 0.0.10 commit = True tag = True tag_name = v{new_version} diff --git a/elevator_saga/__init__.py b/elevator_saga/__init__.py index e356888..bab3c54 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.9" +__version__ = "0.0.10" __author__ = "ZGCA Team"