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 efae8fe commit 9947d47Copy full SHA for 9947d47
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.0
+current_version = 2.0.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
@@ -8,7 +8,7 @@
8
9
setup(
10
name='py-solc',
11
- version='1.4.0',
+ version='2.0.0',
12
description="""Python wrapper around the solc binary""",
13
long_description_markdown_filename='README.md',
14
author='Piper Merriam',
0 commit comments