From 89d587d32e6dffdaecb14eb24e38a6f2aa30c4e7 Mon Sep 17 00:00:00 2001 From: "Miguel A. Cabrera Minagorri" Date: Sat, 2 Sep 2023 16:14:30 +0200 Subject: [PATCH] fix(cli): Fix ports in create command Signed-off-by: Miguel A. Cabrera Minagorri --- cli/pyproject.toml | 2 +- cli/src/pipeless_ai_cli/commands/create.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 54c46ce..9aa29cb 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeless-ai-cli" -version = "0.1.5" +version = "0.1.6" description = "Pipeless is a framework to build and deploy multimodal perception apps in minutes without worrying about multimedia pipelines" authors = ["Miguel Angel Cabrera Minagorri "] license = "Apache-2.0" diff --git a/cli/src/pipeless_ai_cli/commands/create.py b/cli/src/pipeless_ai_cli/commands/create.py index 2c8cef4..32aaa92 100644 --- a/cli/src/pipeless_ai_cli/commands/create.py +++ b/cli/src/pipeless_ai_cli/commands/create.py @@ -38,7 +38,7 @@ def create_project(name: str): }, 'address': { # address where the input component runs for the nng connections 'host': 'localhost', - 'port': 1236 + 'port': 1237 }, }, 'worker': {