We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1482880 commit f85c987Copy full SHA for f85c987
client/ayon_harmony/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring AYON addon 'harmony' version."""
3
-__version__ = "0.4.0"
+__version__ = "0.4.0+dev"
package.py
@@ -1,6 +1,6 @@
name = "harmony"
title = "Harmony"
-version = "0.4.0"
+version = "0.4.0+dev"
4
client_dir = "ayon_harmony"
5
app_host_name = "harmony"
6
0 commit comments