Merge pull request #616 from ynput/bugfix/update-wrong-client-versions

Chore: Fix client versions
This commit is contained in:
Jakub Trllo 2024-06-10 11:19:43 +02:00 committed by GitHub
commit 3f823879a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

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

View file

@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'applications' version."""
__version__ = "0.2.3"

View file

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