stricter checks for subscription

This commit is contained in:
Believethehype
2024-09-05 15:56:24 +02:00
parent f3a6a7caf0
commit 565526145a
2 changed files with 11 additions and 1 deletions

View File

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