Update setup.py

This commit is contained in:
Believethehype
2023-12-21 15:57:05 +01:00
parent 5509faf3ff
commit ae7d869474

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.1.0'
VERSION = '0.1.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. '
'This is an early stage release. Interfaces might change/brick')