Skip to content

Commit 42c0497

Browse files
committed
prepare release 0.0.1a17
1 parent 76d10b4 commit 42c0497

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bubble-data-api-client"
3-
version = "0.0.1a16"
3+
version = "0.0.1a17"
44
description = "Python client for Bubble Data API"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/bubble_data_api_client/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import httpx
44

55
DEFAULT_USER_AGENT = "bubble-data-api-client"
6-
DEFAULT_TIMEOUT_SECONDS = 60.0
6+
DEFAULT_TIMEOUT_SECONDS = 20.0
77
DEFAULT_RETRY_COUNT = 3
88

99

src/bubble_data_api_client/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.0.1a16"
1+
__VERSION__ = "0.0.1a17"

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)