diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 284ce936c..2b417b30d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.60.0" + ".": "0.60.1" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index bfc06aa5b..00e38fa1c 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 104 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-0cb966ca566f4f3d7f8b4d3c37b24b4a117760dba194cb2c4f2bb4e3620027de.yml openapi_spec_hash: c969887eb721b42a423e662127270d57 -config_hash: 103c1928ef462db5a22f26ca92caf7fe +config_hash: 3a4634de0976f3fbd7f3a5c4911d2add diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9721d9f..6492efe15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.60.1 (2025-09-11) + +Full Changelog: [v0.60.0...v0.60.1](https://github.com/runloopai/api-client-python/compare/v0.60.0...v0.60.1) + ## 0.60.0 (2025-09-10) Full Changelog: [v0.59.0...v0.60.0](https://github.com/runloopai/api-client-python/compare/v0.59.0...v0.60.0) diff --git a/pyproject.toml b/pyproject.toml index f53b59e07..17f4999c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runloop_api_client" -version = "0.60.0" +version = "0.60.1" description = "The official Python library for the runloop API" dynamic = ["readme"] license = "MIT" diff --git a/src/runloop_api_client/_version.py b/src/runloop_api_client/_version.py index 23fb0da51..1867701a4 100644 --- a/src/runloop_api_client/_version.py +++ b/src/runloop_api_client/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "runloop_api_client" -__version__ = "0.60.0" # x-release-please-version +__version__ = "0.60.1" # x-release-please-version