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