File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
platform_api_python_client Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
4
4
This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
5
5
6
6
- API version: 0.1.0
7
- - Package version: 1.0 .0
7
+ - Package version: 0.1 .0
8
8
- Generator version: 7.9.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__ = "1.0 .0"
17
+ __version__ = "0.1 .0"
18
18
19
19
# import apis into sdk package
20
20
from platform_api_python_client .api .external_api import EXTERNALApi
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " platform_api_python_client"
3
- version = " 1.0 .0"
3
+ version = " 0.1 .0"
4
4
description = " Platform External 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 = "platform-api-python-client"
24
- VERSION = "1.0 .0"
24
+ VERSION = "0.1 .0"
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