bugfix related to generic dvms

This commit is contained in:
Believethehype
2024-09-03 10:35:32 +02:00
parent 323b900603
commit f92fbd0369
3 changed files with 14 additions and 14 deletions

View File

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