add paid outbox relays to avoid (to be continued..), fixes, better logging, add standalone updatedb dvm

This commit is contained in:
Believethehype
2024-06-04 20:15:20 +02:00
parent ba5377714e
commit 6210465df4
9 changed files with 401 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.5.8'
VERSION = '0.5.9'
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')