Files
ai-toolkit/info.py
Jaret Burkett 5e733764aa Update version
2025-06-24 10:37:13 -06:00

10 lines
201 B
Python

from collections import OrderedDict
from version import VERSION
v = OrderedDict()
v["name"] = "ai-toolkit"
v["repo"] = "https://github.com/ostris/ai-toolkit"
v["version"] = VERSION
software_meta = v