Skip to content

Commit

Permalink
Merge pull request #473 from multiversx/merge-main-in-feat-30-01
Browse files Browse the repository at this point in the history
Merge main in feat/next
  • Loading branch information
popenta authored Jan 30, 2025
2 parents d754833 + ab0648f commit 2921240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions multiversx_sdk_cli/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

logger = logging.getLogger("accounts")


# fmt: off
class INetworkProvider(Protocol):
def get_account(self, address: Address) -> AccountOnNetwork:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "9.10.2"
version = "9.11.0"
authors = [
{ name="MultiversX" },
]
Expand Down

0 comments on commit 2921240

Please sign in to comment.