File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/tencent-cloud-sdk-serverless-functions Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,6 @@ def read_readme_content() -> str:
6262 'Development Status :: 4 - Beta'
6363 ],
6464 install_requires = [
65- 'tencent-cloud-sdk-core>=0.1.3 '
65+ 'tencent-cloud-sdk-core>=0.1.4 '
6666 ]
6767)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def read_readme_content() -> str:
3535
3636setuptools .setup (
3737 name = 'tencent-cloud-sdk' ,
38- version = '0.1.4 ' ,
38+ version = '0.1.5 ' ,
3939 keywords = 'tencent-cloud sdk-python' ,
4040 license = 'MIT License' ,
4141 author = 'Tencent Cloud' ,
@@ -57,8 +57,8 @@ def read_readme_content() -> str:
5757 'Development Status :: 4 - Beta'
5858 ),
5959 install_requires = [
60- 'tencent-cloud-sdk-auth>=0.1.3 ' ,
61- 'tencent-cloud-sdk-core>=0.1.3 ' ,
60+ 'tencent-cloud-sdk-auth>=0.1.4 ' ,
61+ 'tencent-cloud-sdk-core>=0.1.4 ' ,
6262 'tencent-cloud-sdk-serverless-functions>=0.1.3'
6363 ]
6464)
You can’t perform that action at this time.
0 commit comments