diff --git a/CHANGES.txt b/CHANGES.txt index a817e4d..453bfdd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,9 @@ ---- +Version 0.2.5 29 Jun 2016 +================================ + +a48598b5f7 Add `evm_mine` RPC method. + Version 0.2.4 29 Jun 2016 ================================ diff --git a/setup.py b/setup.py index 5084475..fd599bc 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='eth-testrpc', - version="0.2.4", + version="0.2.5", description='An Ethereum simulator for aiding smart contract development.', long_description=long_description, url='https://github.com/pipermerriam/eth-testrpc',