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 a887c50 commit 21fb172Copy full SHA for 21fb172
client/ayon_hiero/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring AYON addon 'hiero' version."""
3
-__version__ = "0.5.4+dev"
+__version__ = "0.5.5"
package.py
@@ -1,6 +1,6 @@
name = "hiero"
title = "Hiero"
-version = "0.5.4+dev"
+version = "0.5.5"
4
app_host_name = "hiero"
5
client_dir = "ayon_hiero"
6
project_can_override_addon_version = True
0 commit comments