use only one new database connection per dvm

This commit is contained in:
Believethehype
2024-05-31 16:25:56 +02:00
parent 2e318d26bc
commit eb125c47ef
6 changed files with 84 additions and 91 deletions

View File

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