Bump version: 0.0.5 → 0.0.6

This commit is contained in:
Xuwznln
2025-10-09 16:41:04 +08:00
parent 99524eee3d
commit ee3c4bab7e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.0.5 current_version = 0.0.6
commit = True commit = True
tag = True tag = True
tag_name = v{new_version} 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. realistic elevator dispatch algorithm development and testing.
""" """
__version__ = "0.0.5" __version__ = "0.0.6"
__author__ = "ZGCA Team" __author__ = "ZGCA Team"