Skip to content

Commit 82cd1af

Browse files
authored
Merge pull request #73 from IntentProof/sync-release-version-0-2-1
Sync in-tree version with PyPI release 0.2.1
2 parents 8e3244b + c02778e commit 82cd1af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "intentproof"
7-
version = "0.1.0"
7+
version = "0.2.1"
88
description = "Python SDK for signed IntentProof execution events"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/intentproof/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
if TYPE_CHECKING:
1717
from intentproof.signing import Ed25519PublicKey
1818

19-
SDK_VERSION = "python@0.1.0"
19+
SDK_VERSION = "python@0.2.1"
2020

2121

2222
def default_data_dir() -> Path:

0 commit comments

Comments
 (0)