From 0f4b85195887679a1c9a3c89abb96af51dd97b8d Mon Sep 17 00:00:00 2001 From: Kyler Date: Sun, 7 Dec 2025 23:59:49 -0700 Subject: [PATCH] Built python package --- SLS_Python/sls_py/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SLS_Python/sls_py/_version.py b/SLS_Python/sls_py/_version.py index 0deac39..fc159ef 100644 --- a/SLS_Python/sls_py/_version.py +++ b/SLS_Python/sls_py/_version.py @@ -1,6 +1,6 @@ import subprocess from datetime import datetime, timezone -version = "0.0.1-alpha" +version = "0.0.2-alpha" try: __result_hash = subprocess.check_output( ["git", "describe", "--always", "--dirty", "--abbrev=7"],