From 9bd56a242666a040bd09b2ebbf6faa4ff473775e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 29 Sep 2025 15:41:02 -0400 Subject: Change version scheme --- apworld/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apworld/__init__.py') diff --git a/apworld/__init__.py b/apworld/__init__.py index 1af31c0..96f6804 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py @@ -11,7 +11,6 @@ from .options import Lingo2Options from .player_logic import Lingo2PlayerLogic from .regions import create_regions, shuffle_entrances, connect_ports_from_ut from .static_logic import Lingo2StaticLogic -from .version import APWORLD_VERSION from ..LauncherComponents import Component, Type, components, launch as launch_component, icon_paths @@ -138,7 +137,7 @@ class Lingo2World(World): slot_data: dict[str, object] = { **self.options.as_dict(*slot_options), - "version": [self.static_logic.get_data_version(), APWORLD_VERSION], + "version": self.static_logic.get_data_version(), } if self.options.shuffle_worldports: -- cgit 1.4.1