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 c50f436 commit ace7c91Copy full SHA for ace7c91
CHANGELOG
@@ -1,3 +1,11 @@
1
+0.4.0
2
+-----
3
+
4
+- Fix bug where wrapper didn't use the provided alternative solc binary path.
5
+- Fix issue where compile result solc version wouldn't match actual compiler
6
+ version if custom compiler path was used.
7
+- Use `gevent`
8
9
0.3.0
10
-----
11
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='py-solc',
18
- version="0.3.0",
+ version="0.4.0",
19
description="""Python wrapper around the solc binary""",
20
long_description=readme,
21
author='Piper Merriam',
0 commit comments