From ea1bff1ed8729c84c04f7fe07b82feac8a17f1a5 Mon Sep 17 00:00:00 2001 From: Ynbot Date: Fri, 29 Nov 2024 15:57:21 +0000 Subject: [PATCH] [Automated] Update version in package.py for develop --- client/ayon_unreal/version.py | 2 +- package.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ayon_unreal/version.py b/client/ayon_unreal/version.py index 96b262a1..7969e371 100644 --- a/client/ayon_unreal/version.py +++ b/client/ayon_unreal/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring AYON addon 'unreal' version.""" -__version__ = "0.2.6" +__version__ = "0.2.6+dev" diff --git a/package.py b/package.py index 5066ef55..9492b76b 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "unreal" title = "Unreal" -version = "0.2.6" +version = "0.2.6+dev" app_host_name = "unreal" client_dir = "ayon_unreal"