Skip to content

Commit 52630c7

Browse files
author
BitsAdmin
committed
Merge branch 'nta-Python-2024-07-30-online-670-2024_10_12_11_46_45' into 'integration_2024-10-17_473370829314'
feat: [development task] nta-670-Python (810331) See merge request iaasng/volcengine-python-sdk!400
2 parents b09c696 + 5911e10 commit 52630c7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.104",
3-
"meta_commit": "2c50fd559db26d95dc9c1c959c6b1ef6a673a892"
2+
"lasted": "1.0.105",
3+
"meta_commit": "ec0322b5a9249aeffdb23b666af06f7ea2f349f3"
44
}

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.104"
6+
VERSION = "1.0.105"
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
@@ -67,7 +67,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6767
self.default_headers[header_name] = header_value
6868
self.cookie = cookie
6969
# Set default User-Agent.
70-
self.user_agent = 'volcstack-python-sdk/1.0.104'
70+
self.user_agent = 'volcstack-python-sdk/1.0.105'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
def __del__(self):

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ def to_debug_report(self):
221221
"OS: {env}\n"\
222222
"Python Version: {pyversion}\n"\
223223
"Version of the API: 0.1.0\n"\
224-
"SDK Package Version: 1.0.104".\
224+
"SDK Package Version: 1.0.105".\
225225
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)