Skip to content

Commit ec7d061

Browse files
Merge pull request #625 from UiPath/feature/update-version
fix: Update version
2 parents 6cce0d8 + f7773fc commit ec7d061

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.1.68"
3+
version = "2.1.69"
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"
@@ -72,9 +72,7 @@ dev = [
7272

7373
[tool.hatch.build.targets.wheel]
7474
packages = ["src/uipath"]
75-
include = [
76-
"src/uipath/_resources"
77-
]
75+
include = ["src/uipath/_resources"]
7876

7977
[tool.ruff]
8078
line-length = 88

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)