From 2fc584d70fc58bc9ebd8a9c71ebc5deb8562e33e Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:29:05 +0800 Subject: [PATCH] chore: bump version to 0.0.1 to match CHANGELOG package.json was still at the copier-template default 0.1.0 while CHANGELOG and DEVELOPER.md document 0.0.1. pyproject.toml sources the version from package.json via hatch-nodejs-version, so no edit needed there. Co-Authored-By: Claude --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91cba3d..0979390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snapshot", - "version": "0.1.0", + "version": "0.0.1", "description": "A JupyterLab extension.", "keywords": [ "jupyter",