Skip to content

Commit e8ac5d8

Browse files
committed
bump ver
1 parent 684f143 commit e8ac5d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ipfsApi/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
from __future__ import absolute_import
22

33
from .client import *
4+
5+
6+
__version__ = '0.1.11'

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.1.10',
10+
version='0.1.11',
1111

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

0 commit comments

Comments
 (0)