mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-18 05:41:51 +01:00
bump version
This commit is contained in:
parent
497814b2d0
commit
fdd40e1a4a
@ -55,7 +55,7 @@ class DiscoveryBotFarms(DVMTaskInterface):
|
||||
request_form = {"jobID": event.id().to_hex()}
|
||||
|
||||
# default values
|
||||
search = "@nostrich.house"
|
||||
search = "@nostrich.house;Optimism Airdrop"
|
||||
max_results = 500
|
||||
|
||||
for tag in event.tags():
|
||||
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
||||
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'
|
||||
LONG_DESCRIPTION = ('A framework to build and run Nostr NIP90 Data Vending Machines. '
|
||||
'This is an early stage release. Interfaces might change/brick')
|
||||
|
Loading…
x
Reference in New Issue
Block a user