Skip to content

Commit 9f351c8

Browse files
committed
build(version): bump
1 parent 393c72f commit 9f351c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6363
self.default_headers[header_name] = header_value
6464
self.cookie = cookie
6565
# Set default User-Agent.
66-
self.user_agent = 'volcstack-python-sdk/1.1.6'
66+
self.user_agent = 'volcstack-python-sdk/2.0.1'
6767
self.client_side_validation = configuration.client_side_validation
6868

6969
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,5 +257,5 @@ def to_debug_report(self):
257257
"OS: {env}\n" \
258258
"Python Version: {pyversion}\n" \
259259
"Version of the API: 0.1.0\n" \
260-
"SDK Package Version: 1.1.6". \
260+
"SDK Package Version: 2.0.1". \
261261
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)