fix threads

This commit is contained in:
Believethehype
2024-07-03 13:21:42 +02:00
parent daeb91d1e1
commit 015e15a8b7
2 changed files with 4 additions and 3 deletions

View File

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