add subscription-active status, add small delay between subscription responses

This commit is contained in:
Believethehype
2024-07-11 11:34:17 +02:00
parent c4637b5762
commit 8b18b24615
5 changed files with 25 additions and 7 deletions

View File

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