diff --git a/core/__version__.py b/core/__version__.py index f8579c3..11b0139 100644 --- a/core/__version__.py +++ b/core/__version__.py @@ -2,6 +2,6 @@ # Licensed under the Apache License Version 2.0 that can be found in the # LICENSE file in the root directory of this source tree. -VERSION = (0, 3, 132) +VERSION = (0, 3, 133) __version__ = '.'.join(map(str, VERSION))