Skip to content

Commit dc52449

Browse files
committed
Release 0.1.6
1 parent e3ebe72 commit dc52449

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def read_readme_content() -> str:
3535

3636
setuptools.setup(
3737
name = 'tencent-cloud-sdk',
38-
version = '0.1.5',
38+
version = '0.1.6',
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.4',
61-
'tencent-cloud-sdk-core>=0.1.4',
62-
'tencent-cloud-sdk-serverless-functions>=0.1.3'
60+
'tencent-cloud-sdk-auth==0.1.4',
61+
'tencent-cloud-sdk-core==0.1.4',
62+
'tencent-cloud-sdk-serverless-functions==0.1.5'
6363
]
6464
)

0 commit comments

Comments
 (0)