Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ listed below (in no particular order):
* Carlos Marin (carlosmarin)
* Ashish Walia (waliaashish85)
* Eduard Iskandarov (toidi)
* Tatsuo Ikeda (ikeikeikeike)
* Tatsuo Ikeda (ikeikeikeike)
* Leonardo Trabuco (ltrabuco)
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down