Skip to content

Commit 4b8f760

Browse files
author
zhangxin
committed
version到1.1.2
1 parent 985f468 commit 4b8f760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = '1.1.1'
16+
__version__ = '1.1.2'
1717

1818
import os
1919
import sys

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
setup(
5656
name="appbuilder-sdk",
5757
# NOTE(chengmo): 修改此版本号时,请注意同时修改 __init__.py 中的 __version__
58-
version="1.1.1",
58+
version="1.1.2",
5959
author="dongdaxiang",
6060
author_email="[email protected]",
6161
packages=packages,

0 commit comments

Comments
 (0)