Skip to content

Commit

Permalink
bump app version, update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazabbas committed Jun 27, 2024
1 parent 83ec7b8 commit 438c3d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/python-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
poetry-version:
required: false
description: Poetry version
default: "1.3.2"
default: "1.8.2"

runs:
using: composite
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]

[tool.isort]
known_local_folder = ["program_admin"]
Expand All @@ -9,7 +9,7 @@ known_local_folder = ["program_admin"]
authors = ["Thomaz <thomaz@pyth.network>"]
description = "Syncs products and publishers of the Pyth program"
name = "program-admin"
version = "0.1.2"
version = "0.1.3"

[tool.poetry.dependencies]
click = "^8.1.0"
Expand Down

0 comments on commit 438c3d7

Please sign in to comment.