cleanup, bump version

This commit is contained in:
Believethehype
2024-05-16 10:29:51 +02:00
parent e3a1869d49
commit 7494f50b24
6 changed files with 75 additions and 40 deletions

View File

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