Skip to content

Commit 82dd394

Browse files
committed
Bump framework version
1 parent 5bbc35d commit 82dd394

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integrations/pager-duty/ocean-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v0.1.4dev
1+
version: v0.1.5dev
22
type: pager-duty
33
section: IncidentManagement
44
features:

integrations/pager-duty/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Your name <Your address email <you@example.com>>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = { version = "^0.1.0.dev3", extras = ["cli"] }
9+
port_ocean = { version = "^0.1.0.dev4", 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.dev3"
3+
version = "0.1.0.dev4"
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)