From 0b1f396346f5367a60d63de9135571e175340287 Mon Sep 17 00:00:00 2001 From: ynput Date: Fri, 20 Sep 2024 14:11:41 +0200 Subject: [PATCH] changed lake ctl wrapper to v0.1.1 because we changed the name of the lake config file to be written into the zips by create package --- client/ayon_usd/ayon_bin_client | 2 +- client/ayon_usd/version.py | 2 +- package.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/ayon_usd/ayon_bin_client b/client/ayon_usd/ayon_bin_client index 17c8f92..6902ef2 160000 --- a/client/ayon_usd/ayon_bin_client +++ b/client/ayon_usd/ayon_bin_client @@ -1 +1 @@ -Subproject commit 17c8f92dd046a0275a3260b9cf6a12099204a154 +Subproject commit 6902ef209e8dcee50f44efb1ae02423c3bd92a11 diff --git a/client/ayon_usd/version.py b/client/ayon_usd/version.py index cf545ce..7f5b6df 100644 --- a/client/ayon_usd/version.py +++ b/client/ayon_usd/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring AYON addon 'ayon_usd' version.""" -__version__ = "0.1.0-alpha" +__version__ = "0.1.0-alpha-dev.1" diff --git a/package.py b/package.py index 336346c..05f85bc 100644 --- a/package.py +++ b/package.py @@ -2,7 +2,7 @@ name = "ayon_usd" title = "Usd Addon" -version = "0.1.0-alpha" +version = "0.1.0-alpha-dev.1" client_dir = "ayon_usd" services = {}