From 18808be2f40d979e65078dfacb136447b483d5a4 Mon Sep 17 00:00:00 2001 From: Matt Stone Date: Thu, 29 Jan 2026 14:06:21 -0500 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3082418..e9ac528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fgmetric" -version = "0.1.0" +version = "0.2.0" description = "Pydantic-backed Metric." readme = "README.md" authors = [{ name="Fulcrum Genomics LLC", email="contact@fulcrumgenomics.com" }]