From 69ba547cfe7e6081e78427177fe7b54075bf2b4c Mon Sep 17 00:00:00 2001 From: ZHAO Yijun Date: Wed, 15 Aug 2018 21:16:01 +0800 Subject: [PATCH] Bump version 0.3.6 --- pymesos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymesos/__init__.py b/pymesos/__init__.py index 80d42a3..039fe3b 100644 --- a/pymesos/__init__.py +++ b/pymesos/__init__.py @@ -4,7 +4,7 @@ from .operator_v1 import MesosOperatorMasterDriver, MesosOperatorAgentDriver from .utils import encode_data, decode_data -__VERSION__ = '0.3.5' +__VERSION__ = '0.3.6' __all__ = ( 'Scheduler',