craft-nft

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

commit ff9660d475697b3d033cb3826cf03a4be707c4b7
parent 7dfea5d0e30cd62b3f228c06679947ca561fc381
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Feb 2023 18:08:24 +0000

bump version

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

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,3 +1,5 @@ +- 0.0.4 + * Add support for unbounded, cappable batches - 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