Skip to content

Commit

Permalink
New release draft
Browse files Browse the repository at this point in the history
  • Loading branch information
msumit committed Aug 29, 2018
1 parent f46fa61 commit 0213493
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,10 @@ An example Python application needs to do the following:
print "Id: %s, Status: %s" % (str(hc.id), hc.status)

``example/mr_1.py`` contains a Hadoop Streaming example


Reporting Bugs and Contributing Code
------------------------------------

* Want to report a bug or request a feature? Please open `an issue <https://github.com/qubole/qds-sdk-py/issues/new>`_.
* Want to contribute? Fork the project and create a pull request with your changes against ``unreleased`` branch.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(fname):

setup(
name="qds_sdk",
version="1.9.8",
version="1.9.9",
author="Qubole",
author_email="[email protected]",
description=("Python SDK for coding to the Qubole Data Service API"),
Expand Down

0 comments on commit 0213493

Please sign in to comment.