From 4aec71ff4c8188a6d3bfbe8c7a8aa0d403c309ea Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 10 Sep 2025 14:17:30 -0700 Subject: [PATCH] Update __init__.py --- structural_starterkit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structural_starterkit/__init__.py b/structural_starterkit/__init__.py index 9f109a7..ae8b4af 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.1" +__version__ = "0.4.2"