From da2a5306112cad02fc0f4e0c6f095b8ed1443d48 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 11 Dec 2024 12:25:09 -0800 Subject: [PATCH] chore: bump version --- sea_starterkit/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sea_starterkit/__init__.py b/sea_starterkit/__init__.py index 90b13dc..29609ff 100644 --- a/sea_starterkit/__init__.py +++ b/sea_starterkit/__init__.py @@ -1,6 +1,7 @@ """ A module to designed to perform package installations, and verification of install, -in preparation for the StructuralPython "Python for Structural Engineers" ("PfSE") +in preparation for the StructuralPython "Python for Structural Engineers" ("PfSE") +Accelerated course. """ -__version__ = "0.4.4" +__version__ = "0.1.0"