update package.py and bump version

This commit is contained in:
Jakub Trllo 2024-06-07 10:59:22 +02:00
parent f6529ea0e7
commit b05062474a
2 changed files with 11 additions and 2 deletions

View file

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

View file

@ -1,3 +1,10 @@
name = "timers_manager"
title = "Timers Manager"
version = "0.1.1"
version = "0.2.0"
client_dir = "ayon_timers_manager"
ayon_required_addons = {
"core": ">0.3.2",
}
ayon_compatible_addons = {}