Update setup.py

This commit is contained in:
Believethehype 2023-12-29 00:30:20 +01:00
parent 2eb2175a17
commit 17baf08d48

View File

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