Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ulope committed Oct 9, 2015
1 parent 21049de commit 0c74a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ def run_tests(self):
install_requires_replacements = {
'https://github.com/ethereum/pyrlp/tarball/develop#egg=rlp': 'rlp>=0.3.9',
'https://github.com/ethereum/pydevp2p/tarball/develop#egg=devp2p': 'devp2p>=0.5.2',
'https://github.com/ethereum/pyethereum/tarball/develop#egg=ethereum': 'ethereum>=1.0.4',
'https://github.com/ethereum/pyethereum/tarball/develop#egg=ethereum': 'ethereum>=1.0.5',
'https://github.com/ethereum/ethash/tarball/master#egg=pyethash': 'pyethash'}

install_requires = [install_requires_replacements.get(r, r) for r in install_requires]

test_requirements = ['ethereum-serpent>=1.8.1']

version = '1.0.5' # preserve format, this is read from __init__.py
version = '1.0.6' # preserve format, this is read from __init__.py

setup(
name='pyethapp',
Expand Down

0 comments on commit 0c74a21

Please sign in to comment.