Bump version

This commit is contained in:
nolash 2021-03-17 22:23:53 +01:00
parent fc30b9272f
commit 15b2ca0144
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 5 additions and 2 deletions

View File

@ -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
- Remove unused insert_key method in keystore interface
- Add transaction executor helper, with adapter helper for eth

View File

@ -24,7 +24,7 @@ f.close()
setup(
name="crypto-dev-signer",
version="0.4.14a1",
version="0.4.14a2",
description="A signer and keystore daemon and library for cryptocurrency software development",
author="Louis Holbrook",
author_email="dev@holbrook.no",