Update server_addon/substancepainter/package.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Kayla Man 2024-05-15 20:44:54 +08:00 committed by GitHub
parent bec84133e2
commit 2ac32e7185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,6 @@ version = "0.2.0"
client_dir = "ayon_substancepainter"
ayon_required_addons = {
"core": ">=0.3.1",
"core": ">0.3.1",
}
ayon_compatible_addons = {}