We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e3244b + c02778e commit 82cd1afCopy full SHA for 82cd1af
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "intentproof"
7
-version = "0.1.0"
+version = "0.2.1"
8
description = "Python SDK for signed IntentProof execution events"
9
readme = "README.md"
10
license = {text = "MIT"}
src/intentproof/client.py
@@ -16,7 +16,7 @@
16
if TYPE_CHECKING:
17
from intentproof.signing import Ed25519PublicKey
18
19
-SDK_VERSION = "python@0.1.0"
+SDK_VERSION = "python@0.2.1"
20
21
22
def default_data_dir() -> Path:
0 commit comments