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"],