Skip to content

Commit 42e81f3

Browse files
committed
chore: update mcp
1 parent 12e0861 commit 42e81f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/commitlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_call
55

66
jobs:
7-
commitlint:
8-
name: Commit Lint
7+
commit-lint:
8+
name: commit-lint
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: read

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)