From 857bff022bbeeb90dbdbf6f45aca8f2a30e90100 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 10 Sep 2025 15:01:44 -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 d403a04..417d89e 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.3" +__version__ = "0.4.4"