Skip to content

Commit

Permalink
Update doc (#16)
Browse files Browse the repository at this point in the history
* update doc

* update dep
  • Loading branch information
kigawas authored Jun 7, 2020
1 parent 214e54f commit e604b92
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Simple Python [bip44](https://github.com/bitcoin/bips/blob/master/bip-0044.media
>>> sk.public_key.format() == pk
True
>>> get_eth_addr(pk)
'0x7ad23d6ed9a1d98e240988bed0d78e8c81ec296c'
'0x7aD23D6eD9a1D98E240988BED0d78e8C81Ec296C'
```
44 changes: 22 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bip44"
version = "0.0.4"
version = "0.0.5"
description = "Simple Python bip44 implementation. Mnemonic + bip32."
repository = "https://github.com/kigawas/python-bip44"
authors = ["Weiliang Li <[email protected]>"]
Expand Down

0 comments on commit e604b92

Please sign in to comment.