diff --git a/core/__version__.py b/core/__version__.py index 321db72..2a81f7f 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, 134) +VERSION = (0, 3, 135) __version__ = '.'.join(map(str, VERSION))