Skip to content

Commit b242449

Browse files
committed
v1.0.2
1 parent 2fb8fd1 commit b242449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scepter/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# Copyright (c) Alibaba, Inc. and its affiliates.
33

4-
__version__ = '1.0.0'
4+
__version__ = '1.0.2'
55

66
version_info = tuple(int(x) for x in __version__.split('.')[0:3])
77

0 commit comments

Comments
 (0)