diff --git a/pyproject.toml b/pyproject.toml index 42883655..8dbde87d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.0.1.dev1" +version = "2.0.1" description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 378d77d1..9695f81c 100644 --- a/uv.lock +++ b/uv.lock @@ -2319,7 +2319,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.0.0" +version = "2.0.1" source = { editable = "." } dependencies = [ { name = "click" },