Skip to content

Commit

Permalink
Merge pull request #16 from nonam3e/patch-1
Browse files Browse the repository at this point in the history
add HighloadWallet to __init__
  • Loading branch information
yungwine authored Dec 27, 2023
2 parents ceabcb8 + 93c989c commit cf59ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pytoniq/contract/wallets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .wallet import WalletError, Wallet, BaseWallet, WalletV3, WalletV4, WalletV3R1, WalletV3R2, WalletV4R2, WalletV3Data, WalletV4Data, WalletMessage
from .highload import HighloadWallet
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pytoniq",
version="0.1.25",
version="0.1.26",
author="Maksim Kurbatov",
author_email="[email protected]",
description="TON Blockchain SDK",
Expand Down

0 comments on commit cf59ed8

Please sign in to comment.