fix external dvm access for bot after sdk update

This commit is contained in:
Believethehype
2024-06-18 08:39:50 +02:00
parent 9997ae9c9a
commit 6009906577
6 changed files with 63 additions and 38 deletions

View File

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