Skip to content

Commit f049fa4

Browse files
release 3.0.1388.1
1 parent 644552b commit f049fa4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SERVICE_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 3.0.1387.1
1+
# Release 3.0.1388.1
22

33
## 应用性能监控(apm) 版本:2021-06-22
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["tccli/examples"]
77

88
[project]
99
name = "tccli"
10-
version = "3.0.1387.1"
10+
version = "3.0.1388.1"
1111
authors = [
1212
{ name="tencentcloudapi", email="[email protected]" },
1313
]
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"jmespath==0.10.0",
2626
"six==1.16.0",
27-
"tencentcloud-sdk-python>=3.0.1387",
27+
"tencentcloud-sdk-python>=3.0.1388",
2828
]
2929

3030
[project.urls]

tccli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.1387.1'
1+
__version__ = '3.0.1388.1'

0 commit comments

Comments
 (0)