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