Bump version, add add script to setup

This commit is contained in:
nolash 2020-12-22 09:33:43 +01:00
parent b3d4f4b27f
commit 66e03ff0cc
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
- 0.0.2
* Add script for adding endorsement
- 0.0.1
* Add token to metadata mapper contract
* Python deployer

View File

@ -1,6 +1,6 @@
[metadata]
name = eth-token-endorser
version = 0.0.1
version = 0.0.2
description = Ethereum token address to multihash metadata mapper
author = Louis Holbrook
author_email = dev@holbrook.no
@ -45,3 +45,4 @@ testing =
[options.entry_points]
console_scripts =
eth-token-endorser-deploy = eth_token_endorser.runnable.deploy:main
eth-token-endorser-add = eth_token_endorser.runnable.add:main