Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Feb 5, 2023
1 parent d7a0ff7 commit ba70441
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ape-safe"
version = "0.6.0"
version = "0.7.0"
description = "Build complex Gnosis Safe transactions and safely preview them in a forked environment."
authors = ["banteg"]
license = "MIT"
Expand All @@ -9,9 +9,9 @@ readme = "readme.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
eth-brownie = "^1.19.1"
safe-eth-py = "^4.5.0"
trezor = "^0.13.3"
eth-brownie = "^1.19.3"
safe-eth-py = "^5.0.0"
trezor = "^0.13.5"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit ba70441

Please sign in to comment.