Skip to content

Commit 3a0b764

Browse files
authored
release: atrib python 0.1.1 with humanized README (#486)
Docs-only release. Bumps project.version and atrib.__version__ to 0.1.1 together (the release-pypi workflow gates on their consistency) so the PyPI page renders the writing-rules-clean README landed in #484. No code or API changes.
1 parent 73f934f commit 3a0b764

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/pyproject.toml

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

55
[project]
66
name = "atrib"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "atrib client SDK: verifiable agent actions. attest/recall verbs, Ed25519-signed chain-linked records, byte-identical to the TypeScript implementation."
99
readme = "README.md"
1010
license = "Apache-2.0"

python/src/atrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
)
122122
from .validation import ValidationResult, validate_submission
123123

124-
__version__ = "0.1.0"
124+
__version__ = "0.1.1"
125125

126126
__all__ = [
127127
"ANCHOR_CLAIM_PREFIX",

0 commit comments

Comments
 (0)