Skip to content

Commit

Permalink
changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Jul 14, 2019
1 parent 90a56a7 commit 558dba5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.4.1
-----

- Bugfix: absolute paths on windows systems
- Allow silencing of console output when changing solc version

0.4.0
-----

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

setup(
name='py-solc-x',
version='0.4.0',
version='0.4.1',
description="""Python wrapper around the solc binary with 0.5.x support""",
long_description_markdown_filename='README.md',
author='Benjamin Hauser (forked from py-solc by Piper Merriam)',
author_email='ben.hauser@hyperlink.technology',
author='Ben Hauser (forked from py-solc by Piper Merriam)',
author_email='b.hauser@zerolaw.tech',
url='https://github.com/iamdefinitelyahuman/py-solc-x',
include_package_data=True,
py_modules=['solcx'],
Expand Down

0 comments on commit 558dba5

Please sign in to comment.