From 1d93b7a31b6c9cbb9ae6906719f5616f4c7ba72d Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 27 Jan 2025 15:22:02 +0000 Subject: [PATCH] Python CLient v0.4.11 (#4169) --- client/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index 2d3b0783062..cae3ef7f0ec 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "armada_client" -version = "0.4.10" +version = "0.4.11" description = "Armada gRPC API python client" readme = "README.md" requires-python = ">=3.9"