bump version to '1.0.0'

This commit is contained in:
Jakub Trllo 2024-10-02 14:40:13 +02:00
parent db41e53511
commit ba002d5637
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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