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<-- 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"