minor fixes

This commit is contained in:
Believethehype
2024-05-17 22:29:58 +02:00
parent 947ed3c146
commit 104880ad31
7 changed files with 19 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
VERSION = '0.4.3'
VERSION = '0.4.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. See the github repository for more information')