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/.stats.yml b/.stats.yml index 94c02f3..b03576e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 3 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-c4c5f89f67a73e4d17377d2b96fc201a63cd5458cbebaa23e78f92b59b90cc5b.yml openapi_spec_hash: 931c6189a4fc4ee320963646b1b7edbe -config_hash: a1f8af77d3fd2148abd3ad8d4dbf20a4 +config_hash: f555d17517c40197d3ba9240ca35e1ee diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6a196..3daa2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.1 (2025-12-17) + +Full Changelog: [v0.1.0...v0.1.1](https://github.com/warpdotdev/warp-sdk-python/compare/v0.1.0...v0.1.1) + +### Documentation + +* add environment and config usage documentation ([487b1cf](https://github.com/warpdotdev/warp-sdk-python/commit/487b1cfac5fcd89d4c91f88903ef8b601da8269d)) + ## 0.1.0 (2025-12-17) Full Changelog: [v0.0.1...v0.1.0](https://github.com/warpdotdev/warp-sdk-python/compare/v0.0.1...v0.1.0) diff --git a/pyproject.toml b/pyproject.toml index cbc4316..01d9747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "warp-sdk" -version = "0.1.0" +version = "0.1.1" description = "The official Python library for the warp-api API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/warp_sdk/_version.py b/src/warp_sdk/_version.py index 319a4fb..4ae9a1f 100644 --- a/src/warp_sdk/_version.py +++ b/src/warp_sdk/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "warp_sdk" -__version__ = "0.1.0" # x-release-please-version +__version__ = "0.1.1" # x-release-please-version