diff --git a/AUTHORS b/AUTHORS index 3d58b8e..30c9616 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,4 +5,5 @@ listed below (in no particular order): * Carlos Marin (carlosmarin) * Ashish Walia (waliaashish85) * Eduard Iskandarov (toidi) -* Tatsuo Ikeda (ikeikeikeike) \ No newline at end of file +* Tatsuo Ikeda (ikeikeikeike) +* Leonardo Trabuco (ltrabuco) \ No newline at end of file diff --git a/README.md b/README.md index f9c516a..c756a0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](http://jenkins.projectmeniscus.org/job/PyWebHDFS/badge/icon)](http://jenkins.projectmeniscus.org/job/PyWebHDFS/) - # PyWebHDFS PyWebHDFS is a Python wrapper for the Hadoop WebHDFS REST API. diff --git a/docs/source/index.rst b/docs/source/index.rst index 1bcb152..a1958fc 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -pywebhdfs 0.2.3 documentation +pywebhdfs 0.2.4 documentation ===================================== Contents: diff --git a/setup.py b/setup.py index 2694d43..a98c4de 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='pywebhdfs', - version='0.2.3', + version='0.2.4', description='Python wrapper for the Hadoop WebHDFS REST API', author='Steven D. Gonzales', author_email='stevendgonzales@gmail.com',