From 232f00d90b6d9182b620d15b28289cfe9e55526a Mon Sep 17 00:00:00 2001 From: Will Colding Date: Fri, 31 May 2024 13:57:39 -0400 Subject: [PATCH] Bump version --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 832d2a1..80267bb 100644 --- a/__init__.py +++ b/__init__.py @@ -19,7 +19,7 @@ class SWRWorld(World): options_dataclass = SWROptions options: SWROptions - required_client_version = (0, 5, 2) + required_client_version = (0, 6, 0) item_name_to_id = get_item_name_to_id() location_name_to_id = get_location_name_to_id()