We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c55d0 commit 104b5a5Copy full SHA for 104b5a5
yarn_api_client/__init__.py
@@ -1,7 +1,6 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = '0.3.2'
3
-__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager',
4
- 'ResourceManager']
+__version__ = '0.3.3.dev0'
+__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager','ResourceManager']
5
6
from .application_master import ApplicationMaster
7
from .history_server import HistoryServer
0 commit comments