Skip to content

Commit 48b420c

Browse files
committed
chore: bump SDK versions
- Python SDK: 0.1.18 -> 0.1.19 - TypeScript SDK: 0.1.16 -> 0.1.17
1 parent f7e1242 commit 48b420c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/client/acontext-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 = "acontext"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
description = "Python SDK for the Acontext API"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/client/acontext-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acontext/acontext",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"description": "TypeScript SDK for the Acontext API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)