update package.py

This commit is contained in:
Jakub Trllo 2024-05-30 11:13:33 +02:00
parent 4267252a36
commit 438230bf5c

View file

@ -1,3 +1,12 @@
name = "celaction"
title = "CelAction"
version = "0.1.0"
version = "0.2.0"
client_dir = "ayon_celaction"
ayon_required_addons = {
"core": ">0.3.2",
}
ayon_compatible_addons = {
"applications": ">=0.2.0",
}