Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
Changelog:
 - bugfix: set default block parameter in JSONRPCClient.eth_call
 - bugfix: don't use ipython 5
  • Loading branch information
konradkonrad committed Jul 14, 2016
1 parent 893e309 commit 70e9698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@ def run_tests(self):

# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
# see: https://github.com/ethereum/pyethapp/wiki/Development:-Versions-and-Releases
version = '1.3.0'
version = '1.3.1'

setup(
name='pyethapp',
Expand Down

0 comments on commit 70e9698

Please sign in to comment.