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
44This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
66- API version: 0.1.0
7- - Package version: 1.0 .0
7+ - Package version: 0.1 .0
88- Generator version: 7.9.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
Original file line number Diff line number Diff line change 1414""" # noqa: E501
1515
1616
17- __version__ = "1.0 .0"
17+ __version__ = "0.1 .0"
1818
1919# import apis into sdk package
2020from platform_api_python_client .api .external_api import EXTERNALApi
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " platform_api_python_client"
3- version = " 1.0 .0"
3+ version = " 0.1 .0"
44description = " Platform External API"
55authors = [" OpenAPI Generator Community <team@openapitools.org>" ]
66license = " NoLicense"
Original file line number Diff line number Diff line change 2121# prerequisite: setuptools
2222# http://pypi.python.org/pypi/setuptools
2323NAME = "platform-api-python-client"
24- VERSION = "1.0 .0"
24+ VERSION = "0.1 .0"
2525PYTHON_REQUIRES = ">= 3.8"
2626REQUIRES = [
2727 "urllib3 >= 1.25.3, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments