error handling for db reconciliation for content-discovery

This commit is contained in:
Believethehype
2024-08-26 07:39:18 +02:00
parent e8bccc939a
commit 608c5fa651
10 changed files with 275 additions and 255 deletions

View File

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