mirror of
git://holbrook.no/eth-address-index
synced 2024-11-27 10:36:46 +01:00
Bump version, add add script to setup
This commit is contained in:
parent
b3d4f4b27f
commit
66e03ff0cc
@ -1,3 +1,5 @@
|
||||
- 0.0.2
|
||||
* Add script for adding endorsement
|
||||
- 0.0.1
|
||||
* Add token to metadata mapper contract
|
||||
* Python deployer
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user