fixes for one per follow

This commit is contained in:
Believethehype
2024-08-13 15:02:31 +02:00
parent 4630b8cdb7
commit 898eacad9c
2 changed files with 24 additions and 23 deletions

View File

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