7 lines
136 B
Python
7 lines
136 B
Python
from autoupdate import ensure_updated_from_config
|
|
|
|
ver = "0.1.1"
|
|
|
|
ensure_updated_from_config(current_version=ver)
|
|
|
|
print(f"TEst {ver}")
|