Skip to content

Commit

Permalink
feat: update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
zpp12354321 committed Jul 18, 2023
1 parent 8d5644f commit 0c8e565
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"lasted": "1.0.24",
"meta_commit": "122cf71e235b7b627b758216ad77ae39f03958a6"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "volcengine-python-sdk"
VERSION = "1.0.23"
VERSION = "1.0.24"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion volcenginesdkcore/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'volcstack-python-sdk/1.0.23'
self.user_agent = 'volcstack-python-sdk/1.0.24'
self.client_side_validation = configuration.client_side_validation

def __del__(self):
Expand Down
2 changes: 1 addition & 1 deletion volcenginesdkcore/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.1.0\n"\
"SDK Package Version: 1.0.23".\
"SDK Package Version: 1.0.24".\
format(env=sys.platform, pyversion=sys.version)

0 comments on commit 0c8e565

Please sign in to comment.