From 77e2684524acb0f5f1ad4c0b326ae53087a93e4b Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 10 Sep 2025 14:56:16 -0700 Subject: [PATCH] bump millrun version; bump patch version --- pyproject.toml | 2 +- structural_starterkit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98b0782..0e75b76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "python-docx", "pynite-tools>=0.6.4", "sectionproperties-tools>=0.2.0", - "millrun>=0.2.0", + "millrun>=0.3.0", "jsonchain>=0.1.0", "papermill>=2.6.0", "great-tables>=0.17.0", diff --git a/structural_starterkit/__init__.py b/structural_starterkit/__init__.py index ae8b4af..d403a04 100644 --- a/structural_starterkit/__init__.py +++ b/structural_starterkit/__init__.py @@ -2,4 +2,4 @@ A module to designed to perform package installations, and verification of install, for students enrolled in Structural Python courses. """ -__version__ = "0.4.2" +__version__ = "0.4.3"