Skip to content

Commit ee4d8ac

Browse files
committed
Merge branch 'release/0.2.0rc2'
2 parents 0c094ef + 94448ac commit ee4d8ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
graphenelib>=1.0.0
1+
graphenelib>=1.0.1rc2
22
websockets
33
appdirs
44
Events

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
ascii = codecs.lookup('ascii')
1212
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
1313

14-
VERSION = '0.2.0rc1'
14+
VERSION = '0.2.0rc2'
1515
URL = "https://github.com/bitshares/python-bitshares"
1616

1717
setup(
1818
name='bitshares',
1919
version=VERSION,
2020
description='Python library for bitshares',
2121
long_description=open('README.md').read(),
22-
download_url='{}/tarball/{}'.format(VERSION, URL),
22+
download_url='{}/tarball/{}'.format(URL, VERSION),
2323
author='Fabian Schuh',
2424
author_email='[email protected]',
2525
maintainer='Fabian Schuh',

0 commit comments

Comments
 (0)