From 04ff004cdb45d0f1b5dce0b5b47f486271014a8c Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Fri, 26 Sep 2025 09:03:15 -0700 Subject: [PATCH] chore: bump version --- 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 c6e666b..d51d2fe 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.7" +__version__ = "0.5.0"