From 27e2ded661b9a160c0ac4428952c844d7bd535ed Mon Sep 17 00:00:00 2001 From: Mizev Andrew <150728785+carpalsgrabby@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:48:54 +0100 Subject: [PATCH] Add __version__ constant --- sweep_layouts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweep_layouts.py b/sweep_layouts.py index 159ea49..3fc2f0c 100644 --- a/sweep_layouts.py +++ b/sweep_layouts.py @@ -8,7 +8,7 @@ from pathlib import Path from typing import List, Dict, Any - +__version__ = "0.1.0" def parse_args() -> argparse.Namespace: parser = argparse.ArgumentParser( description="Sweep state_commitment_layout over leaf counts + fanouts."