diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a2b1b96..28a9cae 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.6 +current_version = 0.0.7 commit = True tag = True tag_name = v{new_version} diff --git a/elevator_saga/__init__.py b/elevator_saga/__init__.py index 8f2e677..d972ee6 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.6" +__version__ = "0.0.7" __author__ = "ZGCA Team"