Skip to content

Commit b6bc7e0

Browse files
committed
release: v0.1.4
1 parent ffc9779 commit b6bc7e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Initiate a call. Returns `CallInitiated(call_id, status)`.
206206

207207
| Param | Type | Required | Description |
208208
|---|---|---|---|
209-
| `to` | `str` | Yes | Phone number in E.164 format. Supported countries: US/CA/PR (+1), UK (+44), AU (+61), NZ (+64), SG (+65), HK (+852), CN (+86, connection not guaranteed) |
209+
| `to` | `str` | Yes | Phone number in E.164 format. Supported countries: US/CA/PR (+1), UK (+44), AU (+61), NZ (+64), SG (+65), IE (+353), HK (+852) |
210210
| `name` | `str` | Yes | Name of the person or business being called |
211211
| `context` | `str` | Yes | Background context about the callee and info needed during the call |
212212
| `objective` | `str` | Yes | Specific goal the call should accomplish |
@@ -243,8 +243,8 @@ The voice agent can only speak English. Calls can be placed to the following cou
243243
- Australia (+61)
244244
- New Zealand (+64)
245245
- Singapore (+65)
246+
- Ireland (+353)
246247
- Hong Kong (+852)
247-
- China (+86) — connection is not guaranteed; some numbers can be connected, but others cannot
248248

249249
Calls to numbers outside these country codes will be rejected with a `POLICY_VIOLATION` error.
250250

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 = "pine-voice"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Official Pine AI Voice SDK — make phone calls via Pine's AI voice agent"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)