From fc9bc67c2a6af6791273d466aa1d03adffcf3fe1 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Tue, 2 Dec 2025 15:41:32 +1000 Subject: [PATCH] pyproject.toml: `v0.5.0` - rpc_wrappers: lte_state_v2: added - rpc_wrappers: lte_state: use builtin defs - generated: regenerate definitions - util: internal: add `importlib` submodule import - tools: bt_log: don't disconnect on no data - socket_comms: explicit multicast interface - tools: nice errors on broadcast failures - tools: native_bt: catch connection exception - tools: cloud: `kv_state` subcommand - api_client: regenerate from spec - treewide: accept `announce` or `announce_v2` - generated: regenerate - tools: gateway: observed devices - database: move default network key to credentials - util: crypto: hkdf_derive types - apps: main: output on import failures - generated: tdf_definitions: new TDFs - tools: audio_record: added - tools: bt_log: fix name retrieval - util: console: reset color after print - generated: regenerate base definitions - epacket: packet: UDP decryption function - epacket: packet: define V0 unversioned frame - database: UDP key functions - serial_comms: optional timeout on `open` - serial_comms: optional JLink serial number - util: soc: nrf: handle JLink serial number properly - util: soc: nrf: convert `sys.exit` to exceptions - util: soc: move default provisioning struct Signed-off-by: Jordan Yates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cebc73..4c81ddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "infuse_iot" -version = "0.4.0" +version = "0.5.0" authors = [{name = "Embeint Holdings Pty Ltd", email = "support@embeint.com"}] description = "Infuse-IoT Platform python package" classifiers = [