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',