Skip to content

Commit 7acc643

Browse files
committed
bump version to 1.0.2
1 parent 4b59cf1 commit 7acc643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

block_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import json
1212
import requests
1313

14-
VERSION="1.0.1"
14+
VERSION="1.0.2"
1515

1616
class BlockIo(object):
1717

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.0.1',
4+
version='1.0.2',
55
description='The easiest way to create a Dogecoin, Bitcoin, or Litecoin wallet. 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)