mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 08:29:45 +00:00
Update version
This commit is contained in:
3
info.py
3
info.py
@@ -1,8 +1,9 @@
|
|||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
from version import VERSION
|
||||||
|
|
||||||
v = OrderedDict()
|
v = OrderedDict()
|
||||||
v["name"] = "ai-toolkit"
|
v["name"] = "ai-toolkit"
|
||||||
v["repo"] = "https://github.com/ostris/ai-toolkit"
|
v["repo"] = "https://github.com/ostris/ai-toolkit"
|
||||||
v["version"] = "0.1.0"
|
v["version"] = VERSION
|
||||||
|
|
||||||
software_meta = v
|
software_meta = v
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION = "0.3.0"
|
VERSION = "0.3.1"
|
||||||
Reference in New Issue
Block a user