This commit is contained in:
Believethehype 2024-11-28 09:55:34 +01:00
parent 54484fa4fe
commit c32efbf2a5
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class Subscription:
self.job_list = []
print(bcolors.BLUE + "[Subscription] " + "Nostr Subscription Handler public key: " + str(
pk.to_bech32()) + " Hex: " + str(pk.to_hex()) + "\n" + bcolors.ENDC)
pk.to_bech32()) + " Hex: " + str(pk.to_hex()) + bcolors.ENDC)
for relay in self.dvm_config.RELAY_LIST:

View File

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