File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ List of endpoints and interfaces available to Codex API users
4
4
This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
5
5
6
6
- API version: 0.0.1
7
- - Package version: 0.2.1
7
+ - Package version: 0.2.2
8
8
- Generator version: 7.10.0
9
9
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
Original file line number Diff line number Diff line change 14
14
""" # noqa: E501
15
15
16
16
17
- __version__ = "0.2.1 "
17
+ __version__ = "0.2.2 "
18
18
19
19
# import apis into sdk package
20
20
from codex_api_client .api .data_api import DataApi
Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ def to_debug_report(self) -> str:
494
494
"OS: {env}\n " \
495
495
"Python Version: {pyversion}\n " \
496
496
"Version of the API: 0.0.1\n " \
497
- "SDK Package Version: 0.2.1 " .\
497
+ "SDK Package Version: 0.2.2 " .\
498
498
format (env = sys .platform , pyversion = sys .version )
499
499
500
500
def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " codex_api_client"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
description = " Codex API"
5
5
authors = [" OpenAPI Generator Community <team@openapitools.org>" ]
6
6
license = " NoLicense"
Original file line number Diff line number Diff line change 21
21
# prerequisite: setuptools
22
22
# http://pypi.python.org/pypi/setuptools
23
23
NAME = "codex-api-client"
24
- VERSION = "0.2.1 "
24
+ VERSION = "0.2.2 "
25
25
PYTHON_REQUIRES = ">= 3.8"
26
26
REQUIRES = [
27
27
"urllib3 >= 1.25.3, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments