bump version to 0.2.1

This commit is contained in:
Jakub Trllo 2024-02-15 14:27:48 +01:00
parent d3a363e2f4
commit 3c726393fc
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.2.1-dev.1"
__version__ = "0.2.1"

View file

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