Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 3aea65f

Browse files
committed
Bump version: 1.3.1 → 1.3.2
Changelog: - `solc_wrapper` now supports compiling from file (instead of str)
1 parent 977121e commit 3aea65f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.3.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

2525
setup(
2626
name="ethereum",

0 commit comments

Comments
 (0)