We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48534b9 commit 5c4ac8eCopy full SHA for 5c4ac8e
client/ayon_hiero/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring AYON addon 'hiero' version."""
3
-__version__ = "0.5.2+dev"
+__version__ = "0.5.3"
package.py
@@ -1,6 +1,6 @@
name = "hiero"
title = "Hiero"
-version = "0.5.2+dev"
+version = "0.5.3"
4
app_host_name = "hiero"
5
client_dir = "ayon_hiero"
6
0 commit comments