Skip to content

Commit

Permalink
[Automated] Update version in package.py for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ynbot committed Oct 16, 2024
1 parent 2a630c3 commit 3ac64dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/ayon_usd/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'usd' version."""
__version__ = "0.1.2"
__version__ = "0.1.2+dev"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "usd"
title = "USD"
version = "0.1.2"
version = "0.1.2+dev"
client_dir = "ayon_usd"

services = {}
Expand Down

0 comments on commit 3ac64dd

Please sign in to comment.