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 95e996c commit a78d23dCopy full SHA for a78d23d
CHANGELOG
@@ -1,3 +1,8 @@
1
+0.3.0
2
+-----
3
+
4
+- Graceful failure mode when no contracts are found in the compiler output.
5
6
0.2.0
7
-----
8
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='py-solc',
18
- version="0.2.0",
+ version="0.3.0",
19
description="""Python wrapper around the solc binary""",
20
long_description=readme,
21
author='Piper Merriam',
0 commit comments