Added nft CLI and bumped version to 0.0.4

pull/226/head
Neeraj Kashyap 2021-09-02 21:54:33 -07:00
rodzic 6ab99a03b2
commit 0694e7d45e
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -2,4 +2,4 @@
Moonstream crawlers version.
"""
MOONCRAWL_VERSION = "0.0.3"
MOONCRAWL_VERSION = "0.0.4"

Wyświetl plik

@ -49,6 +49,7 @@ setup(
"esd=mooncrawl.esd:main",
"identity=mooncrawl.identity:main",
"etherscan=mooncrawl.etherscan:main",
"nft=mooncrawl.nft.cli:main",
]
},
)