Skip to content

Commit f85c987

Browse files
committed
[Automated] Update version in package.py for develop
1 parent 1482880 commit f85c987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/ayon_harmony/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22
"""Package declaring AYON addon 'harmony' version."""
3-
__version__ = "0.4.0"
3+
__version__ = "0.4.0+dev"

package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "harmony"
22
title = "Harmony"
3-
version = "0.4.0"
3+
version = "0.4.0+dev"
44
client_dir = "ayon_harmony"
55
app_host_name = "harmony"
66

0 commit comments

Comments
 (0)