Skip to content

Commit 7c4fb2d

Browse files
committed
[Automated] Update version in package.py for develop
1 parent 4a7f79a commit 7c4fb2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/ayon_core/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 'core' version."""
3-
__version__ = "1.1.5"
3+
__version__ = "1.1.5+dev"

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "core"
22
title = "Core"
3-
version = "1.1.5"
3+
version = "1.1.5+dev"
44

55
client_dir = "ayon_core"
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "ayon-core"
8-
version = "1.1.5"
8+
version = "1.1.5+dev"
99
description = ""
1010
authors = ["Ynput Team <[email protected]>"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)