We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f475450 commit 0a450aeCopy full SHA for 0a450ae
ipfsApi/__init__.py
@@ -3,4 +3,4 @@
3
from .client import *
4
5
6
-__version__ = '0.1.11'
+__version__ = '0.1.12'
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.11',
+ version='0.1.12',
11
12
description='IPFS API Bindings for Python',
13
0 commit comments