We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985f468 commit 4b8f760Copy full SHA for 4b8f760
python/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
16
-__version__ = '1.1.1'
+__version__ = '1.1.2'
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.1",
+ version="1.1.2",
59
author="dongdaxiang",
60
author_email="[email protected]",
61
packages=packages,
0 commit comments