Skip to content

Commit

Permalink
update to nostr sdk 0.35.1 (db patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Sep 30, 2024
1 parent 8338345 commit 9a17d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3'
VERSION = '0.9.4'
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 All @@ -14,7 +14,7 @@
long_description=LONG_DESCRIPTION,
packages=find_packages(include=['nostr_dvm', 'nostr_dvm.*']),

install_requires=["nostr-sdk==0.35.0",
install_requires=["nostr-sdk==0.35.1",
"bech32==1.2.0",
"pycryptodome==3.20.0",
"yt-dlp==2024.5.27",
Expand Down

0 comments on commit 9a17d96

Please sign in to comment.