mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-30 00:40:37 +02:00
bump version
This commit is contained in:
@ -55,7 +55,7 @@ class DiscoveryBotFarms(DVMTaskInterface):
|
|||||||
request_form = {"jobID": event.id().to_hex()}
|
request_form = {"jobID": event.id().to_hex()}
|
||||||
|
|
||||||
# default values
|
# default values
|
||||||
search = "@nostrich.house"
|
search = "@nostrich.house;Optimism Airdrop"
|
||||||
max_results = 500
|
max_results = 500
|
||||||
|
|
||||||
for tag in event.tags():
|
for tag in event.tags():
|
||||||
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
VERSION = '0.3.3'
|
VERSION = '0.3.4'
|
||||||
DESCRIPTION = 'A framework to build and run Nostr NIP90 Data Vending Machines'
|
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. '
|
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. '
|
||||||
'This is an early stage release. Interfaces might change/brick')
|
'This is an early stage release. Interfaces might change/brick')
|
||||||
|
Reference in New Issue
Block a user