mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-19 23:33:37 -05:00
5 lines
113 B
Python
5 lines
113 B
Python
from setuptools_scm import get_version
|
|
|
|
version = get_version(root='../..', relative_to=__file__)
|
|
print(version)
|