Bump version
This commit is contained in:
parent
fc30b9272f
commit
15b2ca0144
@ -1,4 +1,7 @@
|
|||||||
* 0.4.13-unreleased
|
* 0.4.14-unreleased
|
||||||
|
- Remove web3 / eth-* module dependencies
|
||||||
|
- Add custom keyfile handling code and cli tool
|
||||||
|
* 0.4.13
|
||||||
- Implement DictKeystore
|
- Implement DictKeystore
|
||||||
- Remove unused insert_key method in keystore interface
|
- Remove unused insert_key method in keystore interface
|
||||||
- Add transaction executor helper, with adapter helper for eth
|
- Add transaction executor helper, with adapter helper for eth
|
||||||
|
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ f.close()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="crypto-dev-signer",
|
name="crypto-dev-signer",
|
||||||
version="0.4.14a1",
|
version="0.4.14a2",
|
||||||
description="A signer and keystore daemon and library for cryptocurrency software development",
|
description="A signer and keystore daemon and library for cryptocurrency software development",
|
||||||
author="Louis Holbrook",
|
author="Louis Holbrook",
|
||||||
author_email="dev@holbrook.no",
|
author_email="dev@holbrook.no",
|
||||||
|
Loading…
Reference in New Issue
Block a user