Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Jun 20, 2024
1 parent 1c5c667 commit a4d5564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions nostr_dvm/utils/nostr_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import asyncio
import json
import os
from datetime import timedelta
Expand All @@ -7,7 +6,7 @@

import dotenv
from nostr_sdk import Filter, Client, Alphabet, EventId, Event, PublicKey, Tag, Keys, nip04_decrypt, Metadata, Options, \
Nip19Event, SingleLetterTag, RelayOptions, RelayLimits, SecretKey, NostrSigner, SendEventOutput
Nip19Event, SingleLetterTag, RelayOptions, RelayLimits, SecretKey, NostrSigner

from nostr_dvm.utils.definitions import EventDefinitions

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.6.20'
VERSION = '0.6.21'
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 a4d5564

Please sign in to comment.