Skip to content

Commit

Permalink
Release 1.0.0 (redo)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Sep 26, 2019
1 parent e773239 commit d00c16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def find_version(*file_paths):
version = find_version('yarn_api_client', '__init__.py'),
description='Python client for Hadoop® YARN API',
long_description=read('README.md'),
long_description_content_type='text/markdown',
packages = find_packages(exclude=['tests','itests']),

install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion yarn_api_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '2.0.0.dev0'
__version__ = '1.0.0'
__all__ = ['ApplicationMaster', 'HistoryServer', 'NodeManager', 'ResourceManager']

from .application_master import ApplicationMaster
Expand Down

0 comments on commit d00c16b

Please sign in to comment.