From 65376e85bcd6e2e5a71d9cd09f5fede2ee692c2b Mon Sep 17 00:00:00 2001 From: Zhengchao Liu Date: Mon, 10 Aug 2026 12:29:34 -0700 Subject: [PATCH] chore: bump version to 0.8.1 --- npm/package.json | 2 +- parallel_web_tools/__init__.py | 2 +- .../integrations/bigquery/cloud_function/requirements.txt | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm/package.json b/npm/package.json index 1d1cc36..e869282 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "parallel-web-cli", - "version": "0.8.1-rc.1", + "version": "0.8.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 0930d74..c0b55c4 100644 --- a/parallel_web_tools/__init__.py +++ b/parallel_web_tools/__init__.py @@ -43,7 +43,7 @@ update_monitor, ) -__version__ = "0.8.1rc1" +__version__ = "0.8.1" __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 371e0b5..d344853 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.8.1rc1 +parallel-web-tools>=0.8.1 google-cloud-secret-manager>=2.20.0 diff --git a/pyproject.toml b/pyproject.toml index bb7d1a3..ee7e847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "parallel-web-tools" -version = "0.8.1rc1" +version = "0.8.1" description = "Parallel Tools: CLI and Python SDK for AI-powered web intelligence" readme = "README.md" requires-python = ">=3.10"