Skip to content

Commit 75ac5ba

Browse files
authored
Merge pull request #5 from structure-ac/speakeasy-sdk-regen-1680521852
chore: speakeasy sdk regeneration - Generate
2 parents e532977 + 48313c5 commit 75ac5ba

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## SDK Installation
55

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

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,12 @@ Based on:
2222
### Changes
2323
Based on:
2424
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
25-
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
25+
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
26+
27+
## 2023-04-03 11:37:31
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
31+
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
32+
### Releases
33+
- [PyPI v0.0.3] https://pypi.org/project/Structure/0.0.3 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
sdkFlattening: true
1111
singleTagPerOp: false
1212
python:
13-
version: 0.0.2
13+
version: 0.0.3
1414
author: Structure
1515
description: Python Client SDK Generated by Speakeasy
1616
packageName: Structure

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="Structure",
13-
version="0.0.2",
13+
version="0.0.3",
1414
author="Structure",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

src/sdk/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SDK:
2828
_security_client: requests_http.Session
2929
_server_url: str = SERVERS[0]
3030
_language: str = "python"
31-
_sdk_version: str = "0.0.2"
31+
_sdk_version: str = "0.0.3"
3232
_gen_version: str = "2.16.7"
3333

3434
def __init__(self,

0 commit comments

Comments
 (0)