Skip to content

Commit 64296b9

Browse files
committed
chore: bump versions for release (core 0.1.18, ui 0.1.12, sdk-ts 0.1.19, sdk-py 0.1.21)
1 parent 58ef420 commit 64296b9

6 files changed

Lines changed: 7 additions & 7 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.20"
3+
version = "0.1.21"
44
description = "Python SDK for the Acontext API"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/client/acontext-py/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.

src/client/acontext-ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.18",
3+
"version": "0.1.19",
44
"description": "TypeScript SDK for the Acontext API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/server/core/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_core"
3-
version = "0.1.16"
3+
version = "0.1.18"
44
description = "Core for Acontext"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/server/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui",
3-
"version": "0.1.9",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"env:sync": "node scripts/sync-env.mjs",

0 commit comments

Comments
 (0)