From 767d275b88598b8f1d40ccb76af7fd7a23ff0842 Mon Sep 17 00:00:00 2001 From: Serj Babayan Date: Tue, 5 May 2026 17:31:49 -0700 Subject: [PATCH] chore: bump version to 0.3.0rc3 --- npm/package.json | 2 +- parallel_web_tools/__init__.py | 2 +- .../integrations/bigquery/cloud_function/requirements.txt | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm/package.json b/npm/package.json index c35c526..e45ecce 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "parallel-web-cli", - "version": "0.3.0-rc.2", + "version": "0.3.0-rc.3", "description": "CLI for the Parallel API — web search, data enrichment, and monitoring", "homepage": "https://github.com/parallel-web/parallel-web-tools", "repository": { diff --git a/parallel_web_tools/__init__.py b/parallel_web_tools/__init__.py index 27f2497..b75b32f 100644 --- a/parallel_web_tools/__init__.py +++ b/parallel_web_tools/__init__.py @@ -29,7 +29,7 @@ run_tasks, ) -__version__ = "0.3.0rc2" +__version__ = "0.3.0rc3" __all__ = [ # Auth diff --git a/parallel_web_tools/integrations/bigquery/cloud_function/requirements.txt b/parallel_web_tools/integrations/bigquery/cloud_function/requirements.txt index c678c16..957d2b6 100644 --- a/parallel_web_tools/integrations/bigquery/cloud_function/requirements.txt +++ b/parallel_web_tools/integrations/bigquery/cloud_function/requirements.txt @@ -1,5 +1,5 @@ # Cloud Function dependencies for BigQuery Remote Function functions-framework>=3.0.0 flask>=3.0.0 -parallel-web-tools>=0.3.0rc2 +parallel-web-tools>=0.3.0rc3 google-cloud-secret-manager>=2.20.0 diff --git a/pyproject.toml b/pyproject.toml index 942f74c..7e2a0f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "parallel-web-tools" -version = "0.3.0rc2" +version = "0.3.0rc3" description = "Parallel Tools: CLI and Python SDK for AI-powered web intelligence" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 48c9637..a95bc55 100644 --- a/uv.lock +++ b/uv.lock @@ -1450,7 +1450,7 @@ wheels = [ [[package]] name = "parallel-web-tools" -version = "0.3.0rc2" +version = "0.3.0rc3" source = { editable = "." } dependencies = [ { name = "click" },