[Automated] Update version in package.py for develop

This commit is contained in:
Ynbot 2025-07-10 06:41:50 +00:00
parent bb4131e0e5
commit f6d39301ec
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'core' version."""
__version__ = "1.4.1"
__version__ = "1.4.1+dev"

View file

@ -1,6 +1,6 @@
name = "core"
title = "Core"
version = "1.4.1"
version = "1.4.1+dev"
client_dir = "ayon_core"

View file

@ -5,7 +5,7 @@
[tool.poetry]
name = "ayon-core"
version = "1.4.1"
version = "1.4.1+dev"
description = ""
authors = ["Ynput Team <team@ynput.io>"]
readme = "README.md"