bump versions

This commit is contained in:
Jakub Trllo 2024-06-18 13:44:07 +02:00
parent 4f51ef76cf
commit 0fab2e5edb
4 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'aftereffects' version."""
__version__ = "0.2.1"
__version__ = "0.2.2"

View file

@ -1,6 +1,6 @@
name = "aftereffects"
title = "AfterEffects"
version = "0.2.1"
version = "0.2.2"
client_dir = "ayon_aftereffects"

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'deadline' version."""
__version__ = "0.2.0"
__version__ = "0.2.1"

View file

@ -1,6 +1,6 @@
name = "deadline"
title = "Deadline"
version = "0.2.0"
version = "0.2.1"
client_dir = "ayon_deadline"