Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jun 20, 2019
1 parent d69e493 commit 59acef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pachypy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def get_files(self, repo: str, glob: str = '**', branch: Optional[str] = 'master
path: Path within repository in PFS to retrieve files from.
destination: Local path to write files to. Must be a directory. Will be created if it doesn't exist.
ignore_existing: Whether to ignore or overwrite files that already exist locally.
verbose: Whether to log which files where downloaded.
verbose: Whether to log which files were downloaded.
"""
path = '/' + path.strip('/')
glob = path + '/' + glob
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='pachypy',
version='0.1.5',
version='0.1.6',
author='Simon Gurcke',
description='Python client library for Pachyderm',
long_description=long_description,
Expand Down

0 comments on commit 59acef7

Please sign in to comment.