release: v0.2.0 (get_interchain trace methods)
This commit is contained in:
@@ -75,7 +75,7 @@ from .system import SystemClient
|
|||||||
from .transaction import TransactionClient
|
from .transaction import TransactionClient
|
||||||
from .transaction_type import TransactionTypeClient
|
from .transaction_type import TransactionTypeClient
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.2.0"
|
||||||
|
|
||||||
|
|
||||||
class DragonchainSDK:
|
class DragonchainSDK:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "prime-sdk-python"
|
name = "prime-sdk-python"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "A self-contained Python SDK for interacting with Dragonchain nodes."
|
description = "A self-contained Python SDK for interacting with Dragonchain nodes."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user