Skip to content

Commit 6cfabb7

Browse files
committed
0.4.3 release
1 parent 09de31a commit 6cfabb7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.3
2+
-----
3+
4+
- Add support for address function args with a 0x prefix.
5+
16
0.4.2
27
-----
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
except ImportError:
1010
from distutils.core import setup, find_packages
1111

12-
version = '0.4.2'
12+
version = '0.4.3'
1313

1414
readme = open(os.path.join(DIR, 'README.md')).read()
1515

0 commit comments

Comments
 (0)