diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7159c1..28e831b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ffe4f..94b89b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.3 (2026-03-08) + +Full Changelog: [v0.0.2...v0.0.3](https://github.com/CtxOS/ctxos-sdk-python/compare/v0.0.2...v0.0.3) + ## 0.0.2 (2026-03-08) Full Changelog: [v0.0.1...v0.0.2](https://github.com/CtxOS/ctxos-sdk-python/compare/v0.0.1...v0.0.2) diff --git a/pyproject.toml b/pyproject.toml index f777065..0c36ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ctxos" -version = "0.0.2" +version = "0.0.3" description = "The official Python library for the ctxos API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/ctxos/_version.py b/src/ctxos/_version.py index 16a598f..177c698 100644 --- a/src/ctxos/_version.py +++ b/src/ctxos/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "ctxos" -__version__ = "0.0.2" # x-release-please-version +__version__ = "0.0.3" # x-release-please-version