Skip to content

Commit c9dc260

Browse files
committed
update version and commitId
1 parent 3a582fc commit c9dc260

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": "4.0.3",
3-
"meta_commit": "44b2b81e67fea0a5073d0140d4ffa8ad7b1b45e0"
2+
"lasted": "4.0.4",
3+
"meta_commit": "64ef0624aa6b331fec0b732e47aac9ea4f0587d0"
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 = "4.0.3"
6+
VERSION = "4.0.4"
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/4.0.3'
70+
self.user_agent = 'volcstack-python-sdk/4.0.4'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def to_debug_report(self):
264264
"OS: {env}\n" \
265265
"Python Version: {pyversion}\n" \
266266
"Version of the API: 0.1.0\n" \
267-
"SDK Package Version: 4.0.3".\
267+
"SDK Package Version: 4.0.4".\
268268
format(env=sys.platform, pyversion=sys.version)
269269

270270
@property

0 commit comments

Comments
 (0)