Skip to content

Commit dfa0d50

Browse files
committed
Release 1.0.0 (redo)
1 parent e773239 commit dfa0d50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def find_version(*file_paths):
2424
version = find_version('yarn_api_client', '__init__.py'),
2525
description='Python client for Hadoop® YARN API',
2626
long_description=read('README.md'),
27+
long_description_content_type='text/markdown',
2728
packages = find_packages(exclude=['tests','itests']),
2829

2930
install_requires = [

yarn_api_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '2.0.0.dev0'
2+
__version__ = '1.0.0'
33
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']
44

55
from .application_master import ApplicationMaster

0 commit comments

Comments
 (0)