diff --git a/pyproject.toml b/pyproject.toml index 546a526..cb41aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-mcp" -version = "0.0.105" +version = "0.0.106" description = "UiPath MCP SDK" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/src/uipath_mcp/_cli/_templates/pyproject.toml.template b/src/uipath_mcp/_cli/_templates/pyproject.toml.template index 5c71b10..368c419 100644 --- a/src/uipath_mcp/_cli/_templates/pyproject.toml.template +++ b/src/uipath_mcp/_cli/_templates/pyproject.toml.template @@ -4,6 +4,6 @@ version = "0.0.1" description = "Description for $project_name project" authors = [{ name = "John Doe", email = "john.doe@myemail.com" }] dependencies = [ - "uipath-mcp>=0.0.101", + "uipath-mcp>=0.0.106", ] requires-python = ">=3.11"