Skip to content

Commit 299ea58

Browse files
committed
version bump
1 parent 35e5f5a commit 299ea58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

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

14-
VERSION = '0.1.22'
14+
VERSION = '0.2.0rc1'
15+
URL = "https://github.com/bitshares/python-bitshares"
1516

1617
setup(
1718
name='bitshares',
1819
version=VERSION,
1920
description='Python library for bitshares',
2021
long_description=open('README.md').read(),
21-
download_url='https://github.com/bitshares/python-bitshares/tarball/' + VERSION,
22+
download_url='{}/tarball/{}'.format(VERSION, URL),
2223
author='Fabian Schuh',
2324
author_email='[email protected]',
2425
maintainer='Fabian Schuh',
2526
maintainer_email='[email protected]',
26-
url='http://www.github.com/bitshares/python-bitshares',
27+
url=URL,
2728
keywords=['bitshares', 'library', 'api', 'rpc'],
2829
packages=[
2930
"bitshares",

0 commit comments

Comments
 (0)