Update setup.py

This commit is contained in:
Believethehype
2024-06-23 11:06:49 +02:00
parent f1248806cd
commit b40467f6c8

View File

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