avoid crash on reconciliation of relays don't react

This commit is contained in:
Believethehype
2024-08-25 19:50:38 +02:00
parent 2205129c85
commit e8bccc939a
2 changed files with 30 additions and 28 deletions

View File

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