Built python package
This commit is contained in:
parent
60e2f40816
commit
0f4b851958
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue