From 2a630c3641b100c5f891296d1721474e7230bdbf Mon Sep 17 00:00:00 2001 From: Ynbot Date: Wed, 16 Oct 2024 09:12:42 +0000 Subject: [PATCH] [Automated] Add generated package files to main --- client/ayon_usd/version.py | 2 +- package.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ayon_usd/version.py b/client/ayon_usd/version.py index 109a97c..b9405c6 100644 --- a/client/ayon_usd/version.py +++ b/client/ayon_usd/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring AYON addon 'usd' version.""" -__version__ = "0.1.1+dev" +__version__ = "0.1.2" diff --git a/package.py b/package.py index 2b06576..80de7aa 100644 --- a/package.py +++ b/package.py @@ -2,7 +2,7 @@ name = "usd" title = "USD" -version = "0.1.1+dev" +version = "0.1.2" client_dir = "ayon_usd" services = {}