File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
- ## Version 0.13.0
3
+ ## Version 0.13.1
4
4
### Changes
5
5
Based on:
6
6
- OpenAPI Doc 0.2.0 https://docs.speakeasyapi.dev/openapi.yaml
7
- - Speakeasy CLI 0.21.0 https://github.com/speakeasy-api/speakeasy
7
+ - Speakeasy CLI 0.21.1 https://github.com/speakeasy-api/speakeasy
8
8
### Releases
9
- - [ PyPI v0.13.0 ] https://pypi.org/project/speakeasy-client-sdk-python/0.13.0 - .
9
+ - [ PyPI v0.13.1 ] https://pypi.org/project/speakeasy-client-sdk-python/0.13.1 - .
Original file line number Diff line number Diff line change 1
1
management :
2
2
openapi-checksum : 2c73ed56562b78c36624b5eaddb0249b
3
3
openapi-version : 0.2.0
4
- speakeasy-version : 0.21.0
4
+ speakeasy-version : 0.21.1
5
5
python :
6
- version : 0.13.0
6
+ version : 0.13.1
7
7
packagename : speakeasy-client-sdk-python
8
8
author : Speakeasy
9
9
description : Speakeasy API Client SDK for Python
Original file line number Diff line number Diff line change 8
8
9
9
setuptools .setup (
10
10
name = "speakeasy-client-sdk-python" ,
11
- version = "0.13.0 " ,
11
+ version = "0.13.1 " ,
12
12
author = "Speakeasy" ,
13
13
description = "Speakeasy API Client SDK for Python" ,
14
14
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class SDK:
35
35
_security : shared .Security
36
36
_server_url : str = SERVERS [SERVER_PROD ]
37
37
_language : str = "python"
38
- _sdk_version : str = "0.13.0 "
39
- _gen_version : str = "0.21.0 "
38
+ _sdk_version : str = "0.13.1 "
39
+ _gen_version : str = "0.21.1 "
40
40
41
41
def __init__ (self ) -> None :
42
42
self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments