Merge branch 'develop' into feature/AY-6789_Render-instance-support-of-Frame-List

This commit is contained in:
Petr Kalis 2024-11-21 14:55:17 +01:00 committed by GitHub
commit 5da458de37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
name = "core"
title = "Core"
version = "1.0.8+dev"
version = "1.0.9+dev"
client_dir = "ayon_core"

View file

@ -5,7 +5,7 @@
[tool.poetry]
name = "ayon-core"
version = "1.0.8+dev"
version = "1.0.9+dev"
description = ""
authors = ["Ynput Team <team@ynput.io>"]
readme = "README.md"