mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 21:31:52 +01:00
bump
This commit is contained in:
parent
54484fa4fe
commit
c32efbf2a5
@ -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:
|
||||
|
2
setup.py
2
setup.py
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user