Skip to content

Commit

Permalink
0.2.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jun 17, 2016
1 parent 17e5022 commit b79b656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.1
-----

- Use pyrlp utility functions for big_endian int operations

0.2.0
-----

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

DIR = os.path.dirname(os.path.abspath(__file__))

version = '0.2.0'
version = '0.2.1'

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

Expand Down

0 comments on commit b79b656

Please sign in to comment.