Skip to content

Commit

Permalink
Bump version: 1.5.3 → 1.5.4
Browse files Browse the repository at this point in the history
Changelog:
- add option to set `SOLC_BINARY` from environment ethereum#407
- allow extra args for `solc_wrapper` ethereum#410
  • Loading branch information
konradkonrad committed Oct 13, 2016
1 parent a6654de commit 942d009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.3
current_version = 1.5.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# *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.5.3'
version = '1.5.4'

setup(
name="ethereum",
Expand Down

0 comments on commit 942d009

Please sign in to comment.