Skip to content

Commit

Permalink
version bumpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Jun 29, 2023
1 parent f39b6a9 commit 855a4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["{{cookiecutter.full_name}} <{{cookiecutter.email}}>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = { version = "^0.1.0.dev2", extras = ["cli"] }
port_ocean = { version = "^0.1.0.dev3", extras = ["cli"] }

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "port-ocean"
version = "0.1.0.dev0"
version = "0.1.0.dev3"
description = "Port Ocean is a CLI tool for managing your Port projects."
readme = "README.md"
authors = ["Daniel Sinai <[email protected]>", "Yair Siman-Tov <[email protected]>"]
Expand Down

0 comments on commit 855a4fc

Please sign in to comment.