From 2c16115bcfc8d10083c0332739fff8ddbd95a98b Mon Sep 17 00:00:00 2001 From: Colin McGann <colinm22@iastate.edu> Date: Sun, 22 Sep 2024 15:50:09 -0500 Subject: [PATCH] Release 0.0.30 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 626cf62..097887b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chipforge" -version = "0.0.29" +version = "0.0.30" description = "Chip Forge Python Utilities" repository = "https://git.ece.iastate.edu/isu-chip-fab/chiputil.git" authors = ["Gregory Ling"] -- GitLab