From 884fc62840ed08ad3d5f32f0ccaac3608781dd1f Mon Sep 17 00:00:00 2001 From: winstonolson Date: Mon, 6 Oct 2025 12:16:10 -0700 Subject: [PATCH] Update version to 0.1.2 to align with release version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c225bed..bd7bed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spectf" -version = "0.0.2" +version = "0.1.2" requires-python = ">=3.9, <3.13" authors = [ {name = "Michael Kiper"},