Skip to content

Commit b67b67c

Browse files
author
BitsAdmin
committed
Merge branch '${development_task_change_source_branch}' into '${development_task_change_target_branch}'
${development_task_title} Author: ${development_task_change_creator} (${development_task_change_creator_email}) Url: ${development_task_url} ProjectId: ${development_task_change_project_id} Iid: ${development_task_change_iid} RepoPath: ${development_task_change_repo_path} Squash Message: ${development_task_squash_commit_message}
2 parents 2e7d322 + 1f594b0 commit b67b67c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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": "5.0.4",
3-
"meta_commit": "e772e0e1a55425b31cd34b7162dc084dbb47cf86"
2+
"lasted": "5.0.5",
3+
"meta_commit": "ec4dbca9418d21eee7132e93e5fca85f98a4ee7c"
44
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "volcengine-python-sdk"
3-
version = "5.0.4"
3+
version = "5.0.5"
44
authors = [
55
{name = "volc-engine", email = "volc-sdk-team@bytedance.com"},
66
]

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 = "5.0.4"
6+
VERSION = "5.0.5"
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
@@ -64,7 +64,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6464
self.default_headers[header_name] = header_value
6565
self.cookie = cookie
6666
# Set default User-Agent.
67-
self.user_agent = 'volcstack-python-sdk/5.0.4'
67+
self.user_agent = 'volcstack-python-sdk/5.0.5'
6868
self.client_side_validation = configuration.client_side_validation
6969

7070
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def to_debug_report(self):
272272
"OS: {env}\n" \
273273
"Python Version: {pyversion}\n" \
274274
"Version of the API: 0.1.0\n" \
275-
"SDK Package Version: 5.0.4".\
275+
"SDK Package Version: 5.0.5".\
276276
format(env=sys.platform, pyversion=sys.version)
277277

278278
@property

0 commit comments

Comments
 (0)