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 Feb 20, 2023
1 parent a2ad3eb commit 49ad9ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2"
VERSION = "1.0.3"
# 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 @@ -65,7 +65,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.2'
self.user_agent = 'volcstack-python-sdk/1.0.3'
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 @@ -215,5 +215,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.2".\
"SDK Package Version: 1.0.3".\
format(env=sys.platform, pyversion=sys.version)

0 comments on commit 49ad9ef

Please sign in to comment.