We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fdf17 commit 43f227cCopy full SHA for 43f227c
python/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
16
-__version__ = '1.1.2'
+__version__ = '1.1.3'
17
18
import os
19
import sys
setup.py
@@ -55,7 +55,7 @@
55
setup(
56
name="appbuilder-sdk",
57
# NOTE(chengmo): 修改此版本号时,请注意同时修改 __init__.py 中的 __version__
58
- version="1.1.2",
+ version="1.1.3",
59
author="dongdaxiang",
60
author_email="[email protected]",
61
packages=packages,
0 commit comments