diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a6e85..27148a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.1.1 (2026-05-25) + +Full Changelog: [v0.1.0...v0.1.1](https://github.com/onlyfansapi/onlyfansapi-python/compare/v0.1.0...v0.1.1) + +### Chores + +* update SDK settings ([a98a87a](https://github.com/onlyfansapi/onlyfansapi-python/commit/a98a87a5453896b38c98f485673dd473e654c68b)) +* update SDK settings ([36ec9ce](https://github.com/onlyfansapi/onlyfansapi-python/commit/36ec9ceab847198b5f83186a51c4f2878dc0d945)) + ## 0.1.0 (2026-05-25) Full Changelog: [v0.0.1...v0.1.0](https://github.com/onlyfansapi/onlyfansapi-python/compare/v0.0.1...v0.1.0) diff --git a/pyproject.toml b/pyproject.toml index 5831204..badaa90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onlyfans" -version = "0.1.0" +version = "0.1.1" description = "The official Python library for the OnlyFansAPI API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/onlyfansapi/_version.py b/src/onlyfansapi/_version.py index 28b16a5..58c5baf 100644 --- a/src/onlyfansapi/_version.py +++ b/src/onlyfansapi/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "onlyfansapi" -__version__ = "0.1.0" # x-release-please-version +__version__ = "0.1.1" # x-release-please-version