bump version to '0.3.3-dev.1'

This commit is contained in:
Jakub Trllo 2024-05-23 14:40:20 +02:00
parent c86c3770b5
commit 5be9f4e253
2 changed files with 2 additions and 2 deletions

View file

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

View file

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