Skip to content

Commit 8836697

Browse files
committed
docs: hyperlink getdpdp.net URL in README and update project metadata
1 parent a8b037d commit 8836697

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ dpdpstack verify cert.jwt --public-key ./keys/cert_public.pem
113113
| `contrib.django` | model-backed audit store + `erase_instance()` + `@pii(...)` |
114114

115115
## Status & scope
116-
Alpha (0.1). The core is dependency-free and framework-agnostic; the Django adapter is the first integration (FastAPI/Flask next, on demand). Hosted/managed version (dashboard, cross-system fan-out, certificate vault): **getdpdp.net**.
116+
Alpha (0.1). The core is dependency-free and framework-agnostic; the Django adapter is the first integration (FastAPI/Flask next, on demand). Hosted/managed version (dashboard, cross-system fan-out, certificate vault): [**getdpdp.net**](https://getdpdp.net/).
117117

118118
dpdpstack is tooling, not legal advice; you remain the Data Fiduciary. MIT licensed.

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 = "dpdpstack-python-sdk"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "DPDP-compliant data erasure for Indian apps: legal-hold-aware deletion, PII anonymization, and tamper-evident Certificates of Erasure. Zero-egress - runs inside your app."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)