fixes crash when no outbox relay is available

This commit is contained in:
Believethehype
2024-09-04 07:54:07 +02:00
parent f92fbd0369
commit c193dfae80
3 changed files with 10 additions and 9 deletions

View File

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