add deletion tutorial, improve logs

This commit is contained in:
Believethehype
2024-12-03 10:22:52 +01:00
parent 58d3ef9e94
commit fa40e31853
4 changed files with 71 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '1.0.2'
VERSION = '1.0.3'
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. See the github repository for more information')