Skip to content

Commit

Permalink
Bump framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai committed Jul 2, 2023
1 parent 5bbc35d commit 82dd394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrations/pager-duty/ocean-spec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.4dev
version: v0.1.5dev
type: pager-duty
section: IncidentManagement
features:
Expand Down
2 changes: 1 addition & 1 deletion integrations/pager-duty/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your name <Your address email <you@example.com>>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = { version = "^0.1.0.dev3", extras = ["cli"] }
port_ocean = { version = "^0.1.0.dev4", 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.dev3"
version = "0.1.0.dev4"
description = "Port Ocean is a CLI tool for managing your Port projects."
readme = "README.md"
authors = ["Daniel Sinai <daniel@getport.io>", "Yair Siman-Tov <yair@getport.io>"]
Expand Down

0 comments on commit 82dd394

Please sign in to comment.