Built python package

This commit is contained in:
Kyler Olsen 2025-12-07 23:59:49 -07:00
parent 60e2f40816
commit 0f4b851958
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import subprocess import subprocess
from datetime import datetime, timezone from datetime import datetime, timezone
version = "0.0.1-alpha" version = "0.0.2-alpha"
try: try:
__result_hash = subprocess.check_output( __result_hash = subprocess.check_output(
["git", "describe", "--always", "--dirty", "--abbrev=7"], ["git", "describe", "--always", "--dirty", "--abbrev=7"],