Skip to content

Commit 104b5a5

Browse files
committed
Follow PEP 440 for development versioning
PEP 440 defines development release on the following pattern: X.Y.devN # Developmental release PEP 440 https://www.python.org/dev/peps/pep-0440/#developmental-releases
1 parent 94c55d0 commit 104b5a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

yarn_api_client/__init__.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.3.2'
3-
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager',
4-
'ResourceManager']
2+
__version__ = '0.3.3.dev0'
3+
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager','ResourceManager']
54

65
from .application_master import ApplicationMaster
76
from .history_server import HistoryServer

0 commit comments

Comments
 (0)