diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46b9b6b2..3b005e52 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.9" + ".": "0.1.0-alpha.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f250f49..c6c98a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.10 (2025-01-30) + +Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) + +### Features + +* **api:** update readme title ([#53](https://github.com/cleanlab/codex-python/issues/53)) ([96a17ab](https://github.com/cleanlab/codex-python/commit/96a17abc0f86159229458dfcdb93f75a2445201f)) + ## 0.1.0-alpha.9 (2025-01-29) Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) diff --git a/README.md b/README.md index 2695ffe2..1c5be89e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Codex Python API library +# Codex SDK API library [![PyPI version](https://img.shields.io/pypi/v/codex-sdk.svg)](https://pypi.org/project/codex-sdk/) -The Codex Python library provides convenient access to the Codex REST API from any Python 3.8+ +The Codex SDK library provides convenient access to the Codex REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx). diff --git a/pyproject.toml b/pyproject.toml index 6d5f8bb2..e83013d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codex-sdk" -version = "0.1.0-alpha.9" +version = "0.1.0-alpha.10" description = "Internal SDK used within cleanlab-codex package. Refer to https://pypi.org/project/cleanlab-codex/ instead." dynamic = ["readme"] license = "MIT" diff --git a/src/codex/_version.py b/src/codex/_version.py index 398bec65..656b38ab 100644 --- a/src/codex/_version.py +++ b/src/codex/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "codex" -__version__ = "0.1.0-alpha.9" # x-release-please-version +__version__ = "0.1.0-alpha.10" # x-release-please-version