We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6872aa1 commit 192cc48Copy full SHA for 192cc48
client/ayon_fusion/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring AYON addon 'fusion' version."""
3
-__version__ = "0.3.6"
+__version__ = "0.3.6+dev"
package.py
@@ -1,6 +1,6 @@
name = "fusion"
title = "Fusion"
-version = "0.3.6"
+version = "0.3.6+dev"
4
app_host_name = "fusion"
5
client_dir = "ayon_fusion"
6
project_can_override_addon_version = True
0 commit comments