Skip to content

Commit

Permalink
Merge pull request #89 from iamdefinitelyahuman/v0.10.1
Browse files Browse the repository at this point in the history
v0.10.1
  • Loading branch information
iamdefinitelyahuman authored Jul 17, 2020
2 parents 946226e + 51e9bbd commit 16e7ae7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
unreleased
----------
0.10.1
------

- Support ARM 64 bit architecture (`aarch64`) #86
- Support ARM 64 bit architecture (`aarch64`) #86
- Bugfix: always include `-` for calls using stdin

0.10.0
------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.10.1

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="py-solc-x",
version="0.10.0", # don't change this manually, use bumpversion instead
version="0.10.1", # don't change this manually, use bumpversion instead
description="Python wrapper around the solc binary with 0.5.x and 0.6.x support",
long_description_markdown_filename="README.md",
author="Ben Hauser (forked from py-solc by Piper Merriam)",
Expand Down

0 comments on commit 16e7ae7

Please sign in to comment.