Skip to content

Commit 78298b9

Browse files
committed
[Automated] Update version in package.py for develop
1 parent f470105 commit 78298b9

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.8.1"
3+
__version__ = "1.8.1+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.8.1"
3+
version = "1.8.1+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
[project]
77
name = "ayon-core"
8-
version = "1.8.1"
8+
version = "1.8.1+dev"
99
description = "AYON core provides the base building blocks for all other AYON addons and integrations and is responsible for discovery and initialization of other addons."
1010
authors = [
1111
{name = "Ynput s.r.o.", email = "info@ynput.io"}

0 commit comments

Comments
 (0)