diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 44b343d..fbb7901 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tx3-sdk" -version = "0.11.0" +version = "0.12.0" description = "Tx3 SDK for Python" readme = "README.md" license = { text = "Apache-2.0" } diff --git a/sdk/src/tx3_sdk/__init__.py b/sdk/src/tx3_sdk/__init__.py index 11c9227..b66c240 100644 --- a/sdk/src/tx3_sdk/__init__.py +++ b/sdk/src/tx3_sdk/__init__.py @@ -35,4 +35,4 @@ "coerce_arg", ] -__version__ = "0.11.0" +__version__ = "0.12.0"