From ded6d4c36500371c4408df33af68a73fd4a34cf3 Mon Sep 17 00:00:00 2001 From: tianzhongbo Date: Fri, 21 Apr 2017 11:06:44 +0800 Subject: [PATCH] Bump --- pymesos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymesos/__init__.py b/pymesos/__init__.py index 121bacf..f2036c3 100644 --- a/pymesos/__init__.py +++ b/pymesos/__init__.py @@ -3,7 +3,7 @@ from .executor import MesosExecutorDriver from .utils import encode_data, decode_data -__VERSION__ = '0.2.12' +__VERSION__ = '0.2.13' __all__ = ( 'Scheduler',