diff --git a/CHANGELOG b/CHANGELOG index 0c930ca..9b5b670 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.2.0 +----- + +- Add `link_code` function. + 0.1.0 ----- diff --git a/setup.py b/setup.py index cfe04d2..87450d7 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='py-solc', - version="0.1.0", + version="0.2.0", description="""Python wrapper around the solc binary""", long_description=readme, author='Piper Merriam',