update required core version inside houdini package

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Mustafa Taher 2024-05-23 18:23:02 +03:00 committed by GitHub
parent d48d11144d
commit 84c355e65e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,6 @@ version = "0.3.0"
client_dir = "ayon_houdini"
ayon_required_addons = {
"core": ">0.3.1",
"core": ">0.3.2",
}
ayon_compatible_addons = {}