Skip to content

Commit e1d43b9

Browse files
committed
version bump -- faulty package 1.1.5
1 parent 79006bc commit e1d43b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For more information, see [Python API Docs](https://block.io/api/simple/python).
3838

3939
## Windows Users, Please Note:
4040

41-
You can install it like so on Windows: "pip install block-io==1.1.5"
41+
You can install it like so on Windows: "pip install block-io==1.1.6"
4242

4343
Now regarding the vcvarsall.bat error -- that error is due to the fact that pycrypto library is being compiled when you're trying to install the block-io library.
4444

@@ -55,7 +55,7 @@ Once this is done, go to C:\Python3.4\Lib\distutils, and create a file calls "di
5555
compiler=mingw32
5656

5757

58-
Now exit your Command Prompt or Python IDE, go to Command Prompt again, type "pip install block-io==1.1.5".
58+
Now exit your Command Prompt or Python IDE, go to Command Prompt again, type "pip install block-io==1.1.6".
5959

6060

6161
## Contributing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='block-io',
4-
version='1.1.5',
4+
version='1.1.6',
55
description='The easiest way to integrate Bitcoin, Dogecoin and Litecoin in your applications. Sign up at Block.io for your API key.',
66
url='https://github.com/BlockIo/block_io-python',
77
author='Atif Nazir',

0 commit comments

Comments
 (0)