Skip to content

Commit ff7ad8a

Browse files
committed
chore(sdk): update sdk tag
1 parent 6a20ae7 commit ff7ad8a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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.0.3"
3+
version = "0.0.4"
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acontext/acontext",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "TypeScript SDK for the Acontext API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -49,5 +49,4 @@
4949
"dist",
5050
"README.md"
5151
]
52-
}
53-
52+
}

0 commit comments

Comments
 (0)