Skip to content

Commit bc2ed8c

Browse files
committed
feat: update sdk version
1 parent e137362 commit bc2ed8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "1.0.11"
6+
VERSION = "1.0.12"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6565
self.default_headers[header_name] = header_value
6666
self.cookie = cookie
6767
# Set default User-Agent.
68-
self.user_agent = 'volcstack-python-sdk/1.0.11'
68+
self.user_agent = 'volcstack-python-sdk/1.0.12'
6969
self.client_side_validation = configuration.client_side_validation
7070

7171
def __del__(self):

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,5 @@ def to_debug_report(self):
217217
"OS: {env}\n"\
218218
"Python Version: {pyversion}\n"\
219219
"Version of the API: 0.1.0\n"\
220-
"SDK Package Version: 1.0.11".\
220+
"SDK Package Version: 1.0.12".\
221221
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)