bump version to '0.3.1-dev.1'

This commit is contained in:
Jakub Trllo 2024-04-04 14:40:00 +02:00
parent a4758f501c
commit f42ee60490
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.3.0"
__version__ = "0.3.1-dev.1"

View file

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

View file

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