From 704470d44d9ad23a631dcc1e0db3d31e903c1111 Mon Sep 17 00:00:00 2001
From: Believethehype <1097224+believethehype@users.noreply.github.com>
Date: Wed, 27 Nov 2024 17:51:01 +0100
Subject: [PATCH] bump sdk and version
---
.idea/dataSources.xml | 14 +++++++-------
.idea/dvm.iml | 2 +-
.idea/misc.xml | 2 +-
setup.py | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
index 817b2e9..79fa4ec 100644
--- a/.idea/dataSources.xml
+++ b/.idea/dataSources.xml
@@ -9,7 +9,7 @@
$ProjectFileDir$
- sqlite.xerial
+ 038acd88-11f0-4c07-ae7d-36e6f74bad7c
true
org.sqlite.JDBC
jdbc:sqlite:$PROJECT_DIR$/db/bot.db
@@ -21,7 +21,7 @@
- sqlite.xerial
+ 038acd88-11f0-4c07-ae7d-36e6f74bad7c
true
org.sqlite.JDBC
jdbc:sqlite:$PROJECT_DIR$/db/subscriptions.db
@@ -33,7 +33,7 @@
- sqlite.xerial
+ 038acd88-11f0-4c07-ae7d-36e6f74bad7c
true
org.sqlite.JDBC
jdbc:sqlite:$PROJECT_DIR$/db/Translator.db
@@ -45,7 +45,7 @@
- sqlite.xerial
+ 038acd88-11f0-4c07-ae7d-36e6f74bad7c
true
org.sqlite.JDBC
jdbc:sqlite:$PROJECT_DIR$/db/Unstable Diffusion.db
@@ -57,7 +57,7 @@
- sqlite.xerial
+ 038acd88-11f0-4c07-ae7d-36e6f74bad7c
true
org.sqlite.JDBC
jdbc:sqlite:$PROJECT_DIR$/db/nostr_mostr.db
@@ -69,7 +69,7 @@
- sqlite.xerial
+ 038acd88-11f0-4c07-ae7d-36e6f74bad7c
true
org.sqlite.JDBC
jdbc:sqlite:$PROJECT_DIR$/db/nostr_profiles.db
@@ -102,7 +102,7 @@
$ProjectFileDir$
- sqlite.xerial
+ 038acd88-11f0-4c07-ae7d-36e6f74bad7c
true
org.sqlite.JDBC
jdbc:sqlite:$PROJECT_DIR$/db/subscriptions
diff --git a/.idea/dvm.iml b/.idea/dvm.iml
index 3c35999..f3dc204 100644
--- a/.idea/dvm.iml
+++ b/.idea/dvm.iml
@@ -14,7 +14,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 83b7974..80b51eb 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,5 +3,5 @@
-
+
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 54dc80a..d346c06 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-VERSION = '0.9.11'
+VERSION = '0.9.12'
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')
@@ -14,7 +14,7 @@ setup(
long_description=LONG_DESCRIPTION,
packages=find_packages(include=['nostr_dvm', 'nostr_dvm.*']),
- install_requires=["nostr-sdk==0.36.0",
+ install_requires=["nostr-sdk==0.37.0",
"bech32==1.2.0",
"pycryptodome==3.20.0",
"yt-dlp==2024.11.04",