Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## SDK Installation

```bash
pip install git+https://github.com/structure-ac/structure-python.git
pip install Structure
```
<!-- End SDK Installation -->

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ Based on:
### Changes
Based on:
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy

## 2023-04-03 11:37:31
### Changes
Based on:
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.0.3] https://pypi.org/project/Structure/0.0.3 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
sdkFlattening: true
singleTagPerOp: false
python:
version: 0.0.2
version: 0.0.3
author: Structure
description: Python Client SDK Generated by Speakeasy
packageName: Structure
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="Structure",
version="0.0.2",
version="0.0.3",
author="Structure",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SDK:
_security_client: requests_http.Session
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.0.2"
_sdk_version: str = "0.0.3"
_gen_version: str = "2.16.7"

def __init__(self,
Expand Down