We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6607144 commit 4b85b4dCopy full SHA for 4b85b4d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.1.0
+current_version = 3.2.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -9,7 +9,7 @@
9
setup(
10
name='py-solc',
11
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
12
- version='3.1.0',
+ version='3.2.0',
13
description="""Python wrapper around the solc binary""",
14
long_description_markdown_filename='README.md',
15
author='Piper Merriam',
0 commit comments