Skip to content

Commit

Permalink
bump version to '0.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Sep 6, 2024
1 parent 33352a0 commit 7c12545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/ayon_blender/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'blender' version."""
__version__ = "0.2.3-dev.1"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "blender"
title = "Blender"
version = "0.2.3-dev.1"
version = "0.2.3"

client_dir = "ayon_blender"

Expand Down

0 comments on commit 7c12545

Please sign in to comment.