Update version

This commit is contained in:
Jaret Burkett
2025-06-24 10:37:13 -06:00
parent 03bc431279
commit 5e733764aa
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
from collections import OrderedDict
from version import VERSION
v = OrderedDict()
v["name"] = "ai-toolkit"
v["repo"] = "https://github.com/ostris/ai-toolkit"
v["version"] = "0.1.0"
v["version"] = VERSION
software_meta = v