Skip to content

Commit 22b2b14

Browse files
chore: bump version
1 parent 99b58d2 commit 22b2b14

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.0.0"
3+
version = "2.0.1.dev1"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"
@@ -39,12 +39,6 @@ uipath = "uipath._cli:cli"
3939
requires = ["hatchling"]
4040
build-backend = "hatchling.build"
4141

42-
[tool.hatch.build.targets.wheel]
43-
packages = ["src/uipath"]
44-
45-
[tool.hatch.build.targets.sdist]
46-
packages = ["src/uipath"]
47-
4842
[dependency-groups]
4943
dev = [
5044
"bandit>=1.8.2",

0 commit comments

Comments
 (0)