From a1b441a1e4a9fe7c62acf7484e69cfe69dedc0e4 Mon Sep 17 00:00:00 2001 From: Gheorghita Hurmuz Date: Wed, 9 Apr 2025 10:48:52 +0300 Subject: [PATCH 1/2] docs: update README and index documentation structure --- README.md | 6 +++--- docs/index.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e0c7a2b9d..0ae39a53c 100644 --- a/README.md +++ b/README.md @@ -163,8 +163,8 @@ To properly use the CLI for packaging and publishing, your project should includ - A `uipath.json` file (generated by `uipath init`) - Any Python files needed for your automation - ## Development +## Development - ### Setting Up a Development Environment +### Setting Up a Development Environment - Please read our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request. \ No newline at end of file +Please read our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request. \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 1803be5ac..537ddb974 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,3 @@ -# Welcome to UiPath SDK - -::: uipath +--8<-- +README.md +--8<-- From 482905892f5a1b7569b8ad7f1860730bfa09dc01 Mon Sep 17 00:00:00 2001 From: Gheorghita Hurmuz Date: Wed, 9 Apr 2025 10:49:12 +0300 Subject: [PATCH 2/2] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d2247531..24c45e626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.0.2.dev1" +version = "2.0.2.dev2" description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10"