diff --git a/nostr_dvm/tasks/discovery_bot_farms.py b/nostr_dvm/tasks/discovery_bot_farms.py index 4f638c8..8c38587 100644 --- a/nostr_dvm/tasks/discovery_bot_farms.py +++ b/nostr_dvm/tasks/discovery_bot_farms.py @@ -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(): diff --git a/setup.py b/setup.py index 9f6107e..2b8d14d 100644 --- a/setup.py +++ b/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')