little refactor + bump version

This commit is contained in:
Believethehype
2024-04-09 15:38:25 +02:00
parent 5108b9109d
commit 76b6219a31
2 changed files with 85 additions and 79 deletions

View File

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