File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
platform_api_python_client Expand file tree Collapse file tree 3 files changed +3
-3
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.3.2
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.3.2 "
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 @@ -392,7 +392,7 @@ def to_debug_report(self):
392392 "OS: {env}\n " \
393393 "Python Version: {pyversion}\n " \
394394 "Version of the API: 0.1.0\n " \
395- "SDK Package Version: 1.0.0 " .\
395+ "SDK Package Version: 0.3.2 " .\
396396 format (env = sys .platform , pyversion = sys .version )
397397
398398 def get_host_settings (self ):
You can’t perform that action at this time.
0 commit comments