Skip to content

Commit 39d572b

Browse files
committed
bump ver 0.2.1
1 parent 6d33beb commit 39d572b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ipfsApi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .client import *
44

55

6-
__version__ = '0.2.0'
6+
__version__ = '0.2.1'

ipfsApi/commands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def __init__(self, path, accept_multiple=True):
4040
def request(self, client, f, **kwargs):
4141
"""
4242
Takes either a file object, a filename, an iterable of filenames, an
43-
iterable of file objects, or a homogenous iterable of file objects and
44-
filenames. Can only take one directory at a time, which will be
43+
iterable of file objects, or a heterogeneous iterable of file objects
44+
and filenames. Can only take one directory at a time, which will be
4545
traversed (optionally recursive).
4646
"""
4747
if kwargs.pop('recursive', False):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Versions should comply with PEP440. For a discussion on single-sourcing
88
# the version across setup.py and the project code, see
99
# https://packaging.python.org/en/latest/single_source_version.html
10-
version='0.2.0',
10+
version='0.2.1',
1111

1212
description='IPFS API Bindings for Python',
1313

0 commit comments

Comments
 (0)