eth-erc721

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

commit dccc1431883abbf562a0b722fb98da018a89f897
parent a16a31a99eedf729b6efa1cb9f746e14637987d4
Author: lash <dev@holbrook.no>
Date:   Wed,  1 Mar 2023 13:31:11 +0000

Upgrade deps. bump version

Diffstat:
Mpython/CHANGELOG | 2+-
Mpython/requirements.txt | 7+++----
Mpython/setup.cfg | 2+-
Mpython/test_requirements.txt | 1+
4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,4 +1,4 @@ -- 0.0.7 +- 0.1.0 * Move interface tests and test token publish to unittest module - 0.0.6 * Implement chainlib-gen for eth badgetoken' diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,4 +1,3 @@ -chainlib-eth~=0.4.8 -chainlib~=0.4.8 -eth-erc20~=0.5.5 -eth-owned~=0.0.5 +chainlib-eth~=0.4.16 +chainlib~=0.4.12 +eth-erc20~=0.6.1 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc721 -version = 0.0.7 +version = 0.1.0 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 diff --git a/python/test_requirements.txt b/python/test_requirements.txt @@ -1,2 +1,3 @@ eth_tester==0.5.0b3 py-evm==0.3.0a20 +eth-owned~=0.0.6