dev_test_plugin

This commit is contained in:
Jakub Jezek 2022-04-08 18:02:48 +02:00
parent 5f91947c1f
commit d4182e5cea
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 436 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.9.3"
__version__ = "3.9.3-nightly.1-upp220408"
'''
includes:
- Flame: integrate batch groups:
https://github.com/pypeclub/OpenPype/pull/2928
'''