Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parallel-web-cli",
"version": "0.1.2",
"version": "0.1.3",
"description": "CLI for the Parallel API — web search, data enrichment, and monitoring",
"homepage": "https://github.com/parallel-web/parallel-web-tools",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion parallel_web_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
run_tasks,
)

__version__ = "0.1.2"
__version__ = "0.1.3"

__all__ = [
# Auth
Expand Down
Original file line number Diff line number Diff line change
@@ -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.2
parallel-web-tools>=0.1.3
google-cloud-secret-manager>=2.20.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "parallel-web-tools"
version = "0.1.2"
version = "0.1.3"
description = "Parallel Tools: CLI and Python SDK for AI-powered web intelligence"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading