add dunbar option to wotm, handle exceptions on send

This commit is contained in:
Believethehype
2024-06-20 08:11:47 +02:00
parent 6e73e56959
commit 3ce318613b
3 changed files with 25 additions and 20 deletions

View File

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