bump version to '1.0.0+dev'

This commit is contained in:
Jakub Trllo 2024-10-02 14:41:27 +02:00
parent ba002d5637
commit 10ffb37518
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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