Skip to content

Commit dff1028

Browse files
authored
Merge pull request #157 from UiPath/chore/update-version
chore: update mcp
2 parents 12e0861 + 840f53e commit dff1028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-mcp"
3-
version = "0.0.105"
3+
version = "0.0.106"
44
description = "UiPath MCP SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath_mcp/_cli/_templates/pyproject.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Description for $project_name project"
55
authors = [{ name = "John Doe", email = "[email protected]" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.101",
7+
"uipath-mcp>=0.0.106",
88
]
99
requires-python = ">=3.11"

0 commit comments

Comments
 (0)