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