mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
update package.py and bump version
This commit is contained in:
parent
f6529ea0e7
commit
b05062474a
2 changed files with 11 additions and 2 deletions
|
|
@ -1 +1,3 @@
|
|||
__version__ = "0.1.1"
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Package declaring AYON addon 'timers_manager' version."""
|
||||
__version__ = "0.2.0"
|
||||
|
|
|
|||
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue