From 67e5f52e41d785c5583f92c8caa69b89b3d3fdb4 Mon Sep 17 00:00:00 2001 From: Steven Gonzales Date: Fri, 25 Jul 2014 15:14:36 -0600 Subject: [PATCH] version bump --- AUTHORS | 3 ++- README.md | 2 -- docs/source/index.rst | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) 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',