From 771f523454bff3639cff26530ea10058f899baf0 Mon Sep 17 00:00:00 2001 From: Matt Harris Date: Sat, 7 Mar 2026 23:26:17 -0500 Subject: [PATCH] chore: bump version to 0.1.2rc1 --- 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 88c6358..88cd8fd 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "parallel-web-cli", - "version": "0.1.1", + "version": "0.1.2-rc.1", "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 cf5b9fc..bdb9bc8 100644 --- a/parallel_web_tools/__init__.py +++ b/parallel_web_tools/__init__.py @@ -26,7 +26,7 @@ run_tasks, ) -__version__ = "0.1.1" +__version__ = "0.1.2rc1" __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 5d83df2..4f96c09 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.1.1 +parallel-web-tools>=0.1.2rc1 google-cloud-secret-manager>=2.20.0 diff --git a/pyproject.toml b/pyproject.toml index 38ef69c..6bcf4e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "parallel-web-tools" -version = "0.1.1" +version = "0.1.2rc1" description = "Parallel Tools: CLI and data enrichment utilities for the Parallel API" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 810292d..84fe668 100644 --- a/uv.lock +++ b/uv.lock @@ -1368,7 +1368,7 @@ wheels = [ [[package]] name = "parallel-web-tools" -version = "0.1.1" +version = "0.1.2rc1" source = { editable = "." } dependencies = [ { name = "click" },