From a7fb0fb887921ade6961300901c1c181fc0d72e0 Mon Sep 17 00:00:00 2001 From: Andrew Miller Date: Tue, 2 Jun 2026 15:20:44 -0400 Subject: [PATCH] release: v0.2.0 (get_interchain trace methods) --- prime_sdk/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prime_sdk/__init__.py b/prime_sdk/__init__.py index 1825dc8..334afd0 100644 --- a/prime_sdk/__init__.py +++ b/prime_sdk/__init__.py @@ -75,7 +75,7 @@ from .system import SystemClient from .transaction import TransactionClient from .transaction_type import TransactionTypeClient -__version__ = "0.1.0" +__version__ = "0.2.0" class DragonchainSDK: diff --git a/pyproject.toml b/pyproject.toml index 83853b9..fe172b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "prime-sdk-python" -version = "0.1.0" +version = "0.2.0" description = "A self-contained Python SDK for interacting with Dragonchain nodes." readme = "README.md" requires-python = ">=3.9"