Skip to content

Commit c081903

Browse files
author
xiujie.1
committed
update
1 parent 51565b5 commit c081903

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": "3.0.6",
3-
"meta_commit": "f0d84e7f3d18fa488ebb454d9bd1e342e5964abd"
2+
"lasted": "3.0.7",
3+
"meta_commit": "7b3675db1987e3f1c9b0a8e05e537ebe65d40b20"
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 = "3.0.6"
6+
VERSION = "3.0.7"
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
@@ -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/3.0.6'
66+
self.user_agent = 'volcstack-python-sdk/3.0.7'
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: 3.0.6".\
260+
"SDK Package Version: 3.0.7".\
261261
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)