Skip to content

Commit

Permalink
bump ver 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amstocker committed Oct 9, 2015
1 parent 6d33beb commit 39d572b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipfsApi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .client import *


__version__ = '0.2.0'
__version__ = '0.2.1'
4 changes: 2 additions & 2 deletions ipfsApi/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def __init__(self, path, accept_multiple=True):
def request(self, client, f, **kwargs):
"""
Takes either a file object, a filename, an iterable of filenames, an
iterable of file objects, or a homogenous iterable of file objects and
filenames. Can only take one directory at a time, which will be
iterable of file objects, or a heterogeneous iterable of file objects
and filenames. Can only take one directory at a time, which will be
traversed (optionally recursive).
"""
if kwargs.pop('recursive', False):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.2.0',
version='0.2.1',

description='IPFS API Bindings for Python',

Expand Down

0 comments on commit 39d572b

Please sign in to comment.