moonraker: bump API Version to 1.0.4

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-04-06 08:06:25 -04:00
parent 77027d252e
commit 536871ad18
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if TYPE_CHECKING:
FlexCallback = Callable[..., Optional[Coroutine]] FlexCallback = Callable[..., Optional[Coroutine]]
_T = TypeVar("_T") _T = TypeVar("_T")
API_VERSION = (1, 0, 3) API_VERSION = (1, 0, 4)
CORE_COMPONENTS = [ CORE_COMPONENTS = [
'dbus_manager', 'database', 'file_manager', 'klippy_apis', 'dbus_manager', 'database', 'file_manager', 'klippy_apis',