further reduce subscription status updates

This commit is contained in:
Believethehype
2024-07-11 10:55:44 +02:00
parent df0b0301fc
commit b2d6c737db
2 changed files with 3 additions and 3 deletions

View File

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