Skip to content

Commit 4b85b4d

Browse files
committed
Bump version: 3.1.0 → 3.2.0
1 parent 6607144 commit 4b85b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.2.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='py-solc',
1111
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
12-
version='3.1.0',
12+
version='3.2.0',
1313
description="""Python wrapper around the solc binary""",
1414
long_description_markdown_filename='README.md',
1515
author='Piper Merriam',

0 commit comments

Comments
 (0)