Skip to content

Commit

Permalink
fix(cli): Fix ports in create command
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
  • Loading branch information
miguelaeh committed Sep 2, 2023
1 parent e97b0af commit 89d587d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <devgorri@gmail.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/src/pipeless_ai_cli/commands/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 89d587d

Please sign in to comment.