diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78e7f27..ddfa3e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31245e1..0917c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.1](https://github.com/AmbiqAI/sleepkit/compare/v0.11.0...v0.11.1) (2026-01-18) + + +### Bug Fixes + +* publish to PyPI without reusable workflow ([#15](https://github.com/AmbiqAI/sleepkit/issues/15)) ([10a68d1](https://github.com/AmbiqAI/sleepkit/commit/10a68d13e103f78f7dc6d726738a31eeba70316d)) + ## [0.11.0](https://github.com/AmbiqAI/sleepkit/compare/v0.10.0...v0.11.0) (2026-01-18) diff --git a/pyproject.toml b/pyproject.toml index c108564..8c961be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sleepkit" -version = "0.11.0" +version = "0.11.1" description = "AI driven sleep monitoring kit for ultra low-power wearables." readme = "README.md" license = { text = "BSD-3-Clause" }