eth-erc721

ERC-721 'NFT' token interface with example developer badge token contract
Log | Files | Refs | LICENSE

commit f2055c88b5107bd345ad4917b390f5d58461c8b3
parent a1ccdaac9590b4dd2f9570b74e8ddcefecc7c93d
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Mar 2023 10:54:09 +0000

Upgrade deps

Diffstat:
Mpython/requirements.txt | 2+-
Mpython/setup.cfg | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ chainlib-eth~=0.4.16 chainlib~=0.4.12 -eth-erc20~=0.6.1 +eth-erc20~=0.7.1 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc721 -version = 0.1.3 +version = 0.1.4 description = ERC721 interface and simple contract with deployment script providing arbitrary minting of NFTs with freely settable tokenids author = Louis Holbrook author_email = dev@holbrook.no