Update setup.py

This commit is contained in:
Believethehype 2024-11-29 09:28:53 +01:00
parent e0a2e3ad98
commit 8dedff5b20

View File

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