bump version to '1.0.15-dev'

This commit is contained in:
Jakub Trllo 2025-01-21 15:56:12 +01:00
parent dec3dd2178
commit cdf7b743e8
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.0.14"
__version__ = "1.0.15-dev"

View file

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

View file

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