Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing Wang committed Jan 5, 2020
1 parent 461a4b4 commit 069dda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
DEFAULT_PORT = 50070
WEBHDFS_PATH = '/webhdfs/v1'

__version__ = '0.3.0'
__version__ = '0.3.1'
_logger = logging.getLogger(__name__)

_PossibleArgumentTypes = Union[str, int, None, List[str]]
Expand Down

0 comments on commit 069dda6

Please sign in to comment.