Skip to content

Commit 418cee1

Browse files
committed
update python version
1 parent a027a1e commit 418cee1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.6"
1+
__version__ = "0.0.7"

alibabacloud-gateway-pop/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
VERSION = __import__(PACKAGE).__version__
3939
REQUIRES = [
4040
"alibabacloud_gateway_spi>=0.0.2, <1.0.0",
41-
"alibabacloud_credentials>=0.3.5, <1.0.0",
41+
"alibabacloud_credentials>=0.3.5",
4242
"alibabacloud_tea_util>=0.3.13, <1.0.0",
4343
"alibabacloud_openapi_util>=0.2.2, <1.0.0",
4444
"alibabacloud_endpoint_util>=0.0.3, <1.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"

alibabacloud-gateway-spi/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
URL = "https://github.com/aliyun/alibabacloud-gateway"
3838
VERSION = __import__(PACKAGE).__version__
3939
REQUIRES = [
40-
"alibabacloud_credentials>=0.3.4, <1.0.0"
40+
"alibabacloud_credentials>=0.3.4"
4141
]
4242

4343
LONG_DESCRIPTION = ''

0 commit comments

Comments
 (0)