check for self-zaps on top zap dvm

This commit is contained in:
Believethehype
2024-06-11 00:09:12 +02:00
parent e1aae85f53
commit 9def17c777
3 changed files with 17 additions and 11 deletions

View File

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