Merge branch 'develop' into enhancements/allow_csv_ingest_to_create_shot

This commit is contained in:
robin@ynput.io 2024-11-18 08:18:40 -05:00
commit a69d60f9d4
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.7+dev"
__version__ = "1.0.8+dev"

View file

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

View file

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