Skip to content

Commit 3e7387e

Browse files
chore: bump version to 0.0.13 (#29)
1 parent 60739a8 commit 3e7387e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

parallel_web_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
run_tasks,
2828
)
2929

30-
__version__ = "0.0.13rc2"
30+
__version__ = "0.0.13"
3131

3232
__all__ = [
3333
# Auth
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Function dependencies for BigQuery Remote Function
22
functions-framework>=3.0.0
33
flask>=3.0.0
4-
parallel-web-tools>=0.0.13rc2
4+
parallel-web-tools>=0.0.13
55
google-cloud-secret-manager>=2.20.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "parallel-web-tools"
7-
version = "0.0.13rc2"
7+
version = "0.0.13"
88
description = "Parallel Tools: CLI and data enrichment utilities for the Parallel API"
99
readme = "README.md"
1010
requires-python = ">=3.12"

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_version(self, runner):
234234
"""Should show version."""
235235
result = runner.invoke(main, ["--version"])
236236
assert result.exit_code == 0
237-
assert "0.0.13rc2" in result.output
237+
assert "0.0.13" in result.output
238238

239239

240240
class TestAuthCommand:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)