From 0e2889643cc93f26de49665e3dc2c2d526cfa08b Mon Sep 17 00:00:00 2001 From: KiriAky 107 Date: Sun, 13 Sep 2026 22:18:45 +0800 Subject: [PATCH] =?UTF-8?q?build(sync):=20=E6=9B=B4=E6=96=B00.3.1-alpha.1?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=85=83=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server sync/console/package.json | 2 +- server sync/pyproject.toml | 2 +- server sync/uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server sync/console/package.json b/server sync/console/package.json index 87a061b..942797e 100644 --- a/server sync/console/package.json +++ b/server sync/console/package.json @@ -1,7 +1,7 @@ { "name": "opennexus-sync-console", "private": true, - "version": "0.3.0-alpha.1", + "version": "0.3.1-alpha.1", "packageManager": "pnpm@10.28.0", "type": "module", "scripts": { diff --git a/server sync/pyproject.toml b/server sync/pyproject.toml index 4453878..f0784d4 100644 --- a/server sync/pyproject.toml +++ b/server sync/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "notesagent-sync" -version = "0.3.0a1" +version = "0.3.1a1" requires-python = ">=3.12" dependencies = [ "fastapi>=0.116,<1", "uvicorn>=0.35,<1", "sqlalchemy>=2.0,<2.1", diff --git a/server sync/uv.lock b/server sync/uv.lock index 24c1e34..cee7042 100644 --- a/server sync/uv.lock +++ b/server sync/uv.lock @@ -225,7 +225,7 @@ wheels = [ [[package]] name = "notesagent-sync" -version = "0.3.0a1" +version = "0.3.1a1" source = { virtual = "." } dependencies = [ { name = "boto3" },