moonraker: bump API Version
Addition of a the "server.connection.identify" API warrants a bump in th micro version. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
3667e0d41f
commit
052dd5e338
|
@ -43,7 +43,7 @@ if TYPE_CHECKING:
|
|||
FlexCallback = Callable[..., Optional[Coroutine]]
|
||||
_T = TypeVar("_T")
|
||||
|
||||
API_VERSION = (1, 0, 0)
|
||||
API_VERSION = (1, 0, 1)
|
||||
|
||||
CORE_COMPONENTS = [
|
||||
'dbus_manager', 'database', 'file_manager', 'klippy_apis',
|
||||
|
|
Loading…
Reference in New Issue