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" },