Skip to content

Commit 855a4fc

Browse files
version bumpp
1 parent f39b6a9 commit 855a4fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["{{cookiecutter.full_name}} <{{cookiecutter.email}}>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = { version = "^0.1.0.dev2", extras = ["cli"] }
9+
port_ocean = { version = "^0.1.0.dev3", extras = ["cli"] }
1010

1111
[tool.poetry.group.dev.dependencies]
1212
pytest = "^7.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "port-ocean"
3-
version = "0.1.0.dev0"
3+
version = "0.1.0.dev3"
44
description = "Port Ocean is a CLI tool for managing your Port projects."
55
readme = "README.md"
66
authors = ["Daniel Sinai <daniel@getport.io>", "Yair Siman-Tov <yair@getport.io>"]

0 commit comments

Comments
 (0)