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"