Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Feb 4, 2025
1 parent 9c7541d commit 8492014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/src/plugins/uniswap/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "goat-sdk-plugin-uniswap"
version = "0.1.0"
version = "0.1.1"
description = "Goat plugin for uniswap"
authors = ["Your Name <[email protected]>"]
readme = "README.md"
Expand All @@ -15,6 +15,7 @@ packages = [
python = "^3.10"
goat-sdk = "^0.1.0"
goat-sdk-wallet-evm = "^0.1.1"
goat-sdk-wallet-web3 = "^0.1.3"
goat-sdk-plugin-erc20 = "^0.1.0"
aiohttp = "^3.0" # For async HTTP requests

Expand Down
2 changes: 1 addition & 1 deletion python/src/wallets/web3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "goat-sdk-wallet-web3"
version = "0.1.2"
version = "0.1.3"
description = "Goat SDK Web3 wallet implementation"
authors = ["Andrea Villa <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8492014

Please sign in to comment.