diff --git a/meta.json b/meta.json new file mode 100755 index 00000000..cdda6181 --- /dev/null +++ b/meta.json @@ -0,0 +1,4 @@ +{ + "lasted": "1.0.24", + "meta_commit": "122cf71e235b7b627b758216ad77ae39f03958a6" +} \ No newline at end of file diff --git a/setup.py b/setup.py index 8a2f69b2..958781b9 100644 --- a/setup.py +++ b/setup.py @@ -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 diff --git a/volcenginesdkcore/api_client.py b/volcenginesdkcore/api_client.py index b015d92d..05ce7525 100644 --- a/volcenginesdkcore/api_client.py +++ b/volcenginesdkcore/api_client.py @@ -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): diff --git a/volcenginesdkcore/configuration.py b/volcenginesdkcore/configuration.py index 12a6907f..79420628 100644 --- a/volcenginesdkcore/configuration.py +++ b/volcenginesdkcore/configuration.py @@ -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)