From c2a8fd1c1e7cf90b3e3b8fec2cc563455ddd2143 Mon Sep 17 00:00:00 2001 From: Gheorghita Hurmuz Date: Wed, 5 Feb 2025 13:36:00 +0200 Subject: [PATCH] chore: bump --- .vscode/settings.json | 5 +++++ pyproject.toml | 2 +- src/uipath_cli/__init__.py | 0 uv.lock | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 src/uipath_cli/__init__.py diff --git a/.vscode/settings.json b/.vscode/settings.json index a4e17da4e..69e26e6a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,5 +17,10 @@ "editor.codeActionsOnSave": { "source.organizeImports": "explicit" } + }, + + "workbench.colorCustomizations": { + "titleBar.activeBackground": "#0099cc", + "titleBar.inactiveBackground": "#0099cc" } } diff --git a/pyproject.toml b/pyproject.toml index d1fd4dc2a..dde965191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath_sdk" -version = "0.0.4" +version = "0.0.5" description = "UiPath SDK" readme = "README.md" requires-python = ">=3.13" diff --git a/src/uipath_cli/__init__.py b/src/uipath_cli/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/uv.lock b/uv.lock index 7adcdb15d..b105edf43 100644 --- a/uv.lock +++ b/uv.lock @@ -268,7 +268,7 @@ wheels = [ [[package]] name = "uipath-sdk" -version = "0.0.3" +version = "0.0.5" source = { editable = "." } dependencies = [ { name = "httpx" },