Skip to content

Commit b6b3686

Browse files
authored
Merge pull request #59 from windreamer/dev
Bump version to `0.2.11`
2 parents da0060a + 09e5141 commit b6b3686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymesos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .executor import MesosExecutorDriver
44
from .utils import encode_data, decode_data
55

6-
__VERSION__ = '0.2.10'
6+
__VERSION__ = '0.2.11'
77

88
__all__ = (
99
'Scheduler',

0 commit comments

Comments
 (0)