From 953e1474ab56c7c20ce0e98932b02a9882ae7aa0 Mon Sep 17 00:00:00 2001 From: Federico D'Amato Date: Tue, 14 Jul 2026 12:31:42 +0200 Subject: [PATCH] chore: Bump version from 0.4.2 to 0.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7c5286..ed1ffc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ucp-sdk" -version = "0.4.2" +version = "0.4.3" description = "UCP Python SDK" readme = "README.md" license = {file = "LICENSE"}