File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -22,4 +22,12 @@ Based on:
2222### Changes
2323Based 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 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 sdkFlattening : true
1111 singleTagPerOp : false
1212python :
13- version : 0.0.2
13+ version : 0.0.3
1414 author : Structure
1515 description : Python Client SDK Generated by Speakeasy
1616 packageName : Structure
Original file line number Diff line number Diff line change 1010
1111setuptools .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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments