check for unreadable follow list, add hf flux example

This commit is contained in:
Believethehype
2024-08-30 13:23:37 +02:00
parent b4e808d5a6
commit 281f951fee
3 changed files with 112 additions and 6 deletions

View File

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