Merge branch 'develop' into feature/AY-6021_Addons-initialization-for-child-processes

This commit is contained in:
Jakub Trllo 2024-08-01 16:27:02 +02:00 committed by GitHub
commit 20c338100e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON core addon version."""
__version__ = "0.4.3-dev.1"
__version__ = "0.4.4-dev.1"

View file

@ -1,6 +1,6 @@
name = "core"
title = "Core"
version = "0.4.3-dev.1"
version = "0.4.4-dev.1"
client_dir = "ayon_core"