Skip to content

Commit 192cc48

Browse files
committed
[Automated] Update version in package.py for develop
1 parent 6872aa1 commit 192cc48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/ayon_fusion/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22
"""Package declaring AYON addon 'fusion' version."""
3-
__version__ = "0.3.6"
3+
__version__ = "0.3.6+dev"

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "fusion"
22
title = "Fusion"
3-
version = "0.3.6"
3+
version = "0.3.6+dev"
44
app_host_name = "fusion"
55
client_dir = "ayon_fusion"
66
project_can_override_addon_version = True

0 commit comments

Comments
 (0)