Skip to content

Commit bf22f60

Browse files
committed
change version
1 parent 745112d commit bf22f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform_api_python_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'OpenAPI-Generator/1.0.0/python'
93+
self.user_agent = 'OpenAPI-Generator/0.3.2/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

platform_api_python_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)