bump version

This commit is contained in:
Believethehype 2024-04-29 15:35:16 +02:00
parent 497814b2d0
commit fdd40e1a4a
2 changed files with 2 additions and 2 deletions

View File

@ -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():

View File

@ -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')