From e5a47230c6aefe178b4fec0e0110b950409d1f90 Mon Sep 17 00:00:00 2001 From: Gheorghita Hurmuz Date: Tue, 8 Apr 2025 10:02:04 +0300 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a944c7a..fefb5a89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-sdk" -version = "0.0.113" +version = "0.0.114" description = "UiPath SDK" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.9"