We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8277c commit 25168edCopy full SHA for 25168ed
ipfsApi/__init__.py
@@ -3,4 +3,4 @@
3
from .client import *
4
5
6
-__version__ = '0.2.1'
+__version__ = '0.2.2'
setup.py
@@ -7,7 +7,7 @@
7
# Versions should comply with PEP440. For a discussion on single-sourcing
8
# the version across setup.py and the project code, see
9
# https://packaging.python.org/en/latest/single_source_version.html
10
- version='0.2.1',
+ version='0.2.2',
11
12
description='IPFS API Bindings for Python',
13
0 commit comments