Skip to content

Commit 6a044c1

Browse files
committed
pyproject.toml: v0.4.0
* tools: gateway: print message on open * util: ctypes: fix vla negative lengths * rpc_wrappers: generic: added * commands: add missing return types * rpc_wrappers: remove custom VLA parsing logic * util: ctypes: handle `vla_counted_by` * zephyr: lte: align constants with 3GPP TS 127.007 * tools: provision: `--dry-run` * rpc_wrappers: data_logger_read: handle unordered data * tools: rpc_cloud: print command ID on query * rpc_wrappers: lte_at_cmd: print string on error * rpc_client: support chunked data sending * rpc_client: pre-chunk provided data buffer * tools: ota_upgrade: fix single cross-app upgrade * tools: localhost: don't request `favicon.ico` * zephyr: fix `enum.IntEnum` dict indexing * generated: regenerate definitions * util: console: global console lock * tools: cloud: add `coap list` subcommand Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 8a7f8f9 commit 6a044c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "infuse_iot"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
authors = [{name = "Embeint Holdings Pty Ltd", email = "support@embeint.com"}]
99
description = "Infuse-IoT Platform python package"
1010
classifiers = [

0 commit comments

Comments
 (0)