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 684f143 commit e8ac5d8Copy full SHA for e8ac5d8
ipfsApi/__init__.py
@@ -1,3 +1,6 @@
1
from __future__ import absolute_import
2
3
from .client import *
4
+
5
6
+__version__ = '0.1.11'
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.1.10',
+ version='0.1.11',
11
12
description='IPFS API Bindings for Python',
13
0 commit comments