diff --git a/moonraker/server.py b/moonraker/server.py index 01a462e..d28acae 100755 --- a/moonraker/server.py +++ b/moonraker/server.py @@ -48,7 +48,7 @@ if TYPE_CHECKING: FlexCallback = Callable[..., Optional[Coroutine]] _T = TypeVar("_T", Sentinel, Any) -API_VERSION = (1, 2, 1) +API_VERSION = (1, 3, 0) CORE_COMPONENTS = [ 'dbus_manager', 'database', 'file_manager', 'klippy_apis', 'machine', 'data_store', 'shell_command', 'proc_stats',