Skip to content

Commit

Permalink
0.3.1 RElease
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jun 30, 2016
1 parent c8aa333 commit f9c1348
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
----
Version 0.3.1 30 Jun 2016
================================

ce734e21c9 Update `ethereum-tester-client` dependency version

Version 0.3.0 30 Jun 2016
================================

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ json-rpc>=1.10.3
# TODO: bump this once the next version of pyethereum is released.
ethereum>=1.3.6
rlp>=0.4.4
ethereum-tester-client>=0.3.0
ethereum-tester-client>=0.3.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='eth-testrpc',
version="0.3.0",
version="0.3.1",
description='An Ethereum simulator for aiding smart contract development.',
long_description=long_description,
url='https://github.com/pipermerriam/eth-testrpc',
Expand All @@ -39,7 +39,7 @@
# TODO: bump this once the next version of pyethereum is released.
'ethereum>=1.3.6',
'rlp>=0.4.4',
'ethereum-tester-client>=0.3.0',
'ethereum-tester-client>=0.3.1',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit f9c1348

Please sign in to comment.