From ef93ab833abc0c9784253b00bd9d52966853491f Mon Sep 17 00:00:00 2001 From: Ynbot Date: Thu, 18 Dec 2025 13:11:14 +0000 Subject: [PATCH] [Automated] Add generated package files from main --- client/ayon_core/version.py | 2 +- package.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/ayon_core/version.py b/client/ayon_core/version.py index e8b53001d5..9d6e07a455 100644 --- a/client/ayon_core/version.py +++ b/client/ayon_core/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring AYON addon 'core' version.""" -__version__ = "1.6.13+dev" +__version__ = "1.7.0" diff --git a/package.py b/package.py index 857b3f6906..243b9b3fd0 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "core" title = "Core" -version = "1.6.13+dev" +version = "1.7.0" client_dir = "ayon_core" diff --git a/pyproject.toml b/pyproject.toml index 562bb72035..5f586ccb26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "ayon-core" -version = "1.6.13+dev" +version = "1.7.0" description = "" authors = ["Ynput Team "] readme = "README.md"