This commit is contained in:
Believethehype
2024-03-19 14:59:53 +01:00
parent 168c04d86a
commit 79164f356e
3 changed files with 241 additions and 1060 deletions

View File

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