move avoid_relays to outbox_utils

This commit is contained in:
Believethehype
2024-06-16 08:34:58 +02:00
parent 8414a0746b
commit 1b65ccedd2
4 changed files with 55 additions and 45 deletions

View File

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