diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd2f5a323..ff6612050 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.47.1" + ".": "0.48.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index f9898b1cc..b6e2c2d76 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 92 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-75c0dc94dd629772c98b3e6f763d8b3a1bdb732aa3eb92d49a59fb446fb2410d.yml openapi_spec_hash: 12286e648ea1156bfa23020ed0c7598b -config_hash: 60681f589a9e641fdb7f19af2021a033 +config_hash: aeb178e14a85ac4cd585f0667484c7c3 diff --git a/CHANGELOG.md b/CHANGELOG.md index cc66c939b..3ff8af374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.48.0 (2025-07-09) + +Full Changelog: [v0.47.1...v0.48.0](https://github.com/runloopai/api-client-python/compare/v0.47.1...v0.48.0) + ## 0.47.1 (2025-07-08) Full Changelog: [v0.47.0...v0.47.1](https://github.com/runloopai/api-client-python/compare/v0.47.0...v0.47.1) diff --git a/pyproject.toml b/pyproject.toml index a1c96c9e5..43e9420d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "runloop_api_client" -version = "0.47.1" +version = "0.48.0" 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 98e09da66..24cb51bc3 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.47.1" # x-release-please-version +__version__ = "0.48.0" # x-release-please-version