-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Increase default timeout to the re-usable async client (#328)
- Loading branch information
1 parent
54ec165
commit af053b5
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[tool.poetry] | ||
name = "port-ocean" | ||
version = "0.4.15" | ||
version = "0.4.16" | ||
description = "Port Ocean is a CLI tool for managing your Port projects." | ||
readme = "README.md" | ||
homepage = "https://app.getport.io" | ||
repository = "https://github.com/port-labs/Port-Ocean" | ||
|
||
authors = ["Daniel Sinai <[email protected]>", "Yair Siman-Tov <[email protected]>"] | ||
authors = ["Daniel Sinai <[email protected]>", "Yair Siman-Tov <[email protected]>", "Tom Tankilevitch <[email protected]>"] | ||
packages = [ | ||
{ include = "port_ocean", from = "." } | ||
] | ||
|