Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Nov 28, 2024
1 parent 54484fa commit c32efbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nostr_dvm/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def run_subscription(self, dvm_config, admin_config):

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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit c32efbf

Please sign in to comment.