From 22b2b148320f8701c8abecfeb22ffafa1963385c Mon Sep 17 00:00:00 2001 From: Gheorghita Hurmuz Date: Tue, 8 Apr 2025 16:04:26 +0300 Subject: [PATCH] chore: bump version --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 54134ce8d..42883655d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.0.0" +version = "2.0.1.dev1" 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" @@ -39,12 +39,6 @@ uipath = "uipath._cli:cli" requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.build.targets.wheel] -packages = ["src/uipath"] - -[tool.hatch.build.targets.sdist] -packages = ["src/uipath"] - [dependency-groups] dev = [ "bandit>=1.8.2",