allow randomness for customized processing messages

This commit is contained in:
Believethehype
2024-05-16 12:45:27 +02:00
parent 47db503d87
commit 817170670b
3 changed files with 14 additions and 8 deletions

View File

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