From 3ac64dd9db478159e28b8e555a3d10dcc83706bb Mon Sep 17 00:00:00 2001 From: Ynbot Date: Wed, 16 Oct 2024 09:13:19 +0000 Subject: [PATCH] [Automated] Update version in package.py for develop --- 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 b9405c6..a551ab5 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.2" +__version__ = "0.1.2+dev" diff --git a/package.py b/package.py index 80de7aa..bceffca 100644 --- a/package.py +++ b/package.py @@ -2,7 +2,7 @@ name = "usd" title = "USD" -version = "0.1.2" +version = "0.1.2+dev" client_dir = "ayon_usd" services = {}