Skip to content

Commit 5506953

Browse files
committed
release: bump pyproject.toml to 0.5.3
The Python __init__.py version was already 0.5.3 (matching the npm package.json) but pyproject.toml was missed in the release PR. Without this bump, `pip install getpatter==0.5.3` would 404 on PyPI even after the release.yml tag-push publish runs.
1 parent 35ed245 commit 5506953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "getpatter"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Open-source voice AI SDK — connect any AI agent to real phone calls in 4 lines of code"
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)