From 96646d1a7430e9a96348e03115815226bd1674a2 Mon Sep 17 00:00:00 2001 From: w4nn4d13 Date: Mon, 6 Apr 2026 23:31:57 +0530 Subject: [PATCH] Bump version to 1.0.2 for PyPI release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e5c0c7..cb325f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "exectrace-workflow" -version = "1.0.1" +version = "1.0.2" description = "Record and replay developer workflows including terminal commands and file system changes" readme = "README.md" requires-python = ">=3.9"