From 6245d4ad3b30a5959d0f6fa66168dcca4f63e16a Mon Sep 17 00:00:00 2001 From: connor-sp Date: Thu, 11 Sep 2025 12:37:44 -0700 Subject: [PATCH] bump jsonchain 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 ca9d2cb..61b1aa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pynite-tools>=0.6.4", "sectionproperties-tools>=0.2.0", "millrun>=0.3.0", - "jsonchain>=0.1.0", + "jsonchain>=0.4.3", "papermill>=2.6.0", "great-tables>=0.17.0", "xl-engine>=0.2.0", diff --git a/structural_starterkit/__init__.py b/structural_starterkit/__init__.py index 93fd64d..b2b5f3d 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.5" +__version__ = "0.4.6"