diff --git a/RELEASES.md b/RELEASES.md index fd8c0758..b60ccf78 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -166,4 +166,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.40.1 (2.34.1) https://github.com/speakeasy-api/speakeasy ### Releases -- [PyPI v0.11.0] https://pypi.org/project/airbyte-api/0.11.0 - . \ No newline at end of file +- [PyPI v0.11.0] https://pypi.org/project/airbyte-api/0.11.0 - . + +## 2023-05-31 21:58:58 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.40.1 (2.34.1) https://github.com/speakeasy-api/speakeasy +### Releases +- [PyPI v0.11.1] https://pypi.org/project/airbyte-api/0.11.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 3135a95a..4f8f0757 100644 --- a/gen.yaml +++ b/gen.yaml @@ -9,7 +9,7 @@ generation: singleTagPerOp: false telemetryEnabled: true python: - version: 0.11.0 + version: 0.11.1 author: Airbyte description: Python Client SDK for Airbyte API maxMethodParams: 0 diff --git a/setup.py b/setup.py index b6a67dac..66f10db5 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="airbyte-api", - version="0.11.0", + version="0.11.1", author="Airbyte", description="Python Client SDK for Airbyte API", long_description=long_description, diff --git a/src/airbyte/sdk.py b/src/airbyte/sdk.py index 2db4f988..cd188086 100755 --- a/src/airbyte/sdk.py +++ b/src/airbyte/sdk.py @@ -28,7 +28,7 @@ class Airbyte: _security_client: requests_http.Session _server_url: str = SERVERS[0] _language: str = "python" - _sdk_version: str = "0.11.0" + _sdk_version: str = "0.11.1" _gen_version: str = "2.34.1" def __init__(self,