Skip to content

Commit

Permalink
Update setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
devmiek committed Mar 6, 2020
1 parent e1920d5 commit 3f3e629
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/tencent-cloud-sdk-serverless-functions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ def read_readme_content() -> str:
'Development Status :: 4 - Beta'
],
install_requires = [
'tencent-cloud-sdk-core>=0.1.3'
'tencent-cloud-sdk-core>=0.1.4'
]
)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read_readme_content() -> str:

setuptools.setup(
name = 'tencent-cloud-sdk',
version = '0.1.4',
version = '0.1.5',
keywords = 'tencent-cloud sdk-python',
license = 'MIT License',
author = 'Tencent Cloud',
Expand All @@ -57,8 +57,8 @@ def read_readme_content() -> str:
'Development Status :: 4 - Beta'
),
install_requires = [
'tencent-cloud-sdk-auth>=0.1.3',
'tencent-cloud-sdk-core>=0.1.3',
'tencent-cloud-sdk-auth>=0.1.4',
'tencent-cloud-sdk-core>=0.1.4',
'tencent-cloud-sdk-serverless-functions>=0.1.3'
]
)

0 comments on commit 3f3e629

Please sign in to comment.