diff --git a/npm/package.json b/npm/package.json index 0ddc5ae..6e8c580 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "parallel-web-cli", - "version": "0.4.0", + "version": "0.5.0-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 155d20b..dc16810 100644 --- a/parallel_web_tools/__init__.py +++ b/parallel_web_tools/__init__.py @@ -35,7 +35,7 @@ update_monitor, ) -__version__ = "0.4.0" +__version__ = "0.5.0rc1" __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 5ee9d5c..e6ea4b0 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.4.0 +parallel-web-tools>=0.5.0rc1 google-cloud-secret-manager>=2.20.0 diff --git a/pyproject.toml b/pyproject.toml index 8492585..d979e25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "parallel-web-tools" -version = "0.4.0" +version = "0.5.0rc1" 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 eccd127..4b9182e 100644 --- a/uv.lock +++ b/uv.lock @@ -1674,7 +1674,7 @@ wheels = [ [[package]] name = "parallel-web-tools" -version = "0.4.0" +version = "0.5.0rc1" source = { editable = "." } dependencies = [ { name = "click" },