From 3dc8f715f358db75060a12fc99745d90288fe91a Mon Sep 17 00:00:00 2001 From: w4nn4d13 Date: Mon, 6 Apr 2026 22:42:55 +0530 Subject: [PATCH] Bump version to 1.0.1 - Update README with correct package instructions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 448ced1..8e5c0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "exectrace-workflow" -version = "1.0.0" +version = "1.0.1" description = "Record and replay developer workflows including terminal commands and file system changes" readme = "README.md" requires-python = ">=3.9"