Bump version: 0.0.7 → 0.0.8

This commit is contained in:
Xuwznln
2025-10-12 02:14:27 +08:00
parent 0157496e6f
commit 4b60359894
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = True
tag = True
tag_name = v{new_version}

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.7"
__version__ = "0.0.8"
__author__ = "ZGCA Team"