From 34ccd63e2db9b6ea9cc4d0e5dbdfde10ea5f56f0 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Thu, 30 May 2024 16:56:47 +0200 Subject: [PATCH] Fix deadline version Needs to match what is in package. Currently no way how to query Server to get version in a bundle. --- client/ayon_core/modules/deadline/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/modules/deadline/version.py b/client/ayon_core/modules/deadline/version.py index 569b1212f7..74acd0efba 100644 --- a/client/ayon_core/modules/deadline/version.py +++ b/client/ayon_core/modules/deadline/version.py @@ -1 +1 @@ -__version__ = "0.1.10" +__version__ = "0.1.12"