Modify pypi package name

This commit is contained in:
Xuwznln
2025-10-01 17:59:35 +08:00
parent 2c19419ce8
commit 78395349b2
4 changed files with 12 additions and 12 deletions

View File

@@ -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.2"
__version__ = "0.0.3"
__author__ = "ZGCA Team"