From 48a620197a5580cc57545761780882b75e6201c8 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:29:27 +0200 Subject: [PATCH] '0.4.1' --- 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 f0e4b9a10f..04b27096ac 100644 --- a/client/ayon_core/version.py +++ b/client/ayon_core/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring AYON core addon version.""" -__version__ = "0.4.1-dev.1" +__version__ = "0.4.1" diff --git a/package.py b/package.py index e5e567b8e8..47b6a3b7f9 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "core" title = "Core" -version = "0.4.1-dev.1" +version = "0.4.1" client_dir = "ayon_core" diff --git a/pyproject.toml b/pyproject.toml index eef5575f6a..19db7f548d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "ayon-core" -version = "0.3.1" +version = "0.4.1" description = "" authors = ["Ynput Team "] readme = "README.md"