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