From 80bc9a38de1c7148f02a657855762df3d8b47ee4 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:40:59 +0200 Subject: [PATCH] bump version to '0.4.2' --- 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 42fd6a5c72..aba5ebbf67 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.2-dev.1" +__version__ = "0.4.2" diff --git a/package.py b/package.py index 5da8e36064..e858a1f7bf 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "core" title = "Core" -version = "0.4.2-dev.1" +version = "0.4.2" client_dir = "ayon_core" diff --git a/pyproject.toml b/pyproject.toml index cdedd878a0..9b56555f6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "ayon-core" -version = "0.4.2-dev.1" +version = "0.4.2" description = "" authors = ["Ynput Team "] readme = "README.md"