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"