diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e1b0d9..f1cf1e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.1.0"} +{".":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..667eac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## [0.1.1](https://github.com/layervai/qurl-python/compare/v0.1.0...v0.1.1) (2026-03-11) + + +### Features + +* initial Python SDK setup ([#1](https://github.com/layervai/qurl-python/issues/1)) ([198966a](https://github.com/layervai/qurl-python/commit/198966a3f5145bc804c3753d9aa5fe63ba1d1d93)) + +## Changelog diff --git a/pyproject.toml b/pyproject.toml index 7598cf5..69bce8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "layerv-qurl" -version = "0.1.0" +version = "0.1.1" description = "Python SDK for the QURL API - secure, time-limited access links" readme = "README.md" license = "MIT"