We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb8fd1 commit b242449Copy full SHA for b242449
scepter/version.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
# Copyright (c) Alibaba, Inc. and its affiliates.
3
4
-__version__ = '1.0.0'
+__version__ = '1.0.2'
5
6
version_info = tuple(int(x) for x in __version__.split('.')[0:3])
7
0 commit comments