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