craft-nft

A standalone NFT implementation for real-world arts and crafts assets
Log | Files | Refs | README

commit fd39862a3e943c497a23b4cc896eb50ccfe67c5f
parent 861c733e81c4baa9f59829d89418a9649d0b6638
Author: lash <dev@holbrook.no>
Date:   Sun, 26 Feb 2023 07:47:30 +0000

Bump version

Diffstat:
Mpython/CHANGELOG | 4++++
Mpython/setup.cfg | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,3 +1,7 @@ +- 0.0.4 + * Remove obsolete CREATE argflag in publish script + * Implement multihash for contract content + * Add in-contract message capability - 0.0.3 * Implement chainlib-gen * Apply fully qualified URL for tokenUri, with mutable base url diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = craft-nft -version = 0.0.3 +version = 0.0.4 description = A standalone NFT implementation for real-world arts and crafts assets author = Louis Holbrook author_email = dev@holbrook.no