From 2f9f38ed928dab8cc3fad3a9d23a93d6072a9bba Mon Sep 17 00:00:00 2001 From: cusell-google Date: Tue, 31 Mar 2026 11:17:51 +0200 Subject: [PATCH 1/2] chore: update sdk version to 0.3 This version is larger than the previous one which was 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f55d058..20aae1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ucp-sdk" -version = "0.0.3" +version = "0.3" description = "UCP Python SDK" readme = "README.md" license = {file = "LICENSE"} From 5307b0ee8a76f8aed7781304d9a79782319c66b5 Mon Sep 17 00:00:00 2001 From: cusell-google Date: Tue, 31 Mar 2026 11:25:03 +0200 Subject: [PATCH 2/2] chore: update sdk version to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20aae1d..7ff6e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ucp-sdk" -version = "0.3" +version = "0.3.0" description = "UCP Python SDK" readme = "README.md" license = {file = "LICENSE"}